Skip to content

Commit b77155a

Browse files
@jotadevelopersergiohgz
authored andcommitted
fix: deprecated methods are optional
1 parent 1f66ca9 commit b77155a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/types/src/types.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ declare type verdaccio$PackageAccess = {
167167
publish: Array<string>;
168168
proxy: Array<string>;
169169
access: Array<string>;
170-
allow_access: Array<string>;
171-
allow_publish: Array<string>;
172-
proxy_access: Array<string>;
170+
allow_access?: Array<string>;
171+
allow_publish?: Array<string>;
172+
proxy_access?: Array<string>;
173173
}
174174

175175
declare type verdaccio$PackageList = {

0 commit comments

Comments
 (0)