Skip to content

Commit bf7115b

Browse files
@jotadevelopersergiohgz
authored andcommitted
fix: export Author type
1 parent 7575e75 commit bf7115b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/types/src/types.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,4 +498,5 @@ declare module "@verdaccio/types" {
498498
declare export type JWTOptions = verdaccio$JWTOptions;
499499
declare export type JWTSignOptions = verdaccio$JWTSignOptions;
500500
declare export type JWTVerifyOptions = verdaccio$JWTVerifyOptions;
501+
declare export type Author = verdaccio$Author;
501502
}

0 commit comments

Comments
 (0)