Skip to content

Commit 80e8226

Browse files
weakishleeyeh
authored andcommitted
fix(typing): Cloud.useMasterKey (#586)
close #585
1 parent 31a8f55 commit 80e8226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,6 +1154,7 @@ export namespace Push {
11541154
export namespace Cloud {
11551155
function run(name: string, data?: any, options?: AuthOptions): Promise<any>;
11561156
function rpc(name: string, data?: any, options?: AuthOptions): Promise<any>;
1157+
function useMasterKey(): void;
11571158
function requestSmsCode(
11581159
data:
11591160
| string

0 commit comments

Comments
 (0)