We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f66ca9 commit b77155aCopy full SHA for b77155a
core/types/src/types.js
@@ -167,9 +167,9 @@ declare type verdaccio$PackageAccess = {
167
publish: Array<string>;
168
proxy: Array<string>;
169
access: Array<string>;
170
- allow_access: Array<string>;
171
- allow_publish: Array<string>;
172
- proxy_access: Array<string>;
+ allow_access?: Array<string>;
+ allow_publish?: Array<string>;
+ proxy_access?: Array<string>;
173
}
174
175
declare type verdaccio$PackageList = {
0 commit comments