Skip to content

Commit bb059cf

Browse files
mikeboankr1sp1n
authored andcommitted
fix: add gcpLogin type definition
1 parent 0fa666a commit bb059cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ declare namespace NodeVault {
6969
revoke(options?: Option): Promise<any>;
7070
revokePrefix(options?: Option): Promise<any>;
7171
rotate(options?: Option): Promise<any>;
72+
gcpLogin(options?: Option): Promise<any>;
7273
githubLogin(options?: Option): Promise<any>;
7374
userpassLogin(options?: Option): Promise<any>;
7475
kubernetesLogin(options?: Option): Promise<any>;

0 commit comments

Comments
 (0)