Minor: remove WhatIsThis
type from storage.onready
This commit is contained in:
parent
5275915072
commit
2491486aff
1 changed files with 1 additions and 1 deletions
2
ts/window.d.ts
vendored
2
ts/window.d.ts
vendored
|
@ -145,7 +145,7 @@ declare global {
|
|||
isBlocked: (number: string) => boolean;
|
||||
isGroupBlocked: (group: unknown) => boolean;
|
||||
isUuidBlocked: (uuid: string) => boolean;
|
||||
onready: WhatIsThis;
|
||||
onready: (callback: () => unknown) => void;
|
||||
put: (key: string, value: any) => Promise<void>;
|
||||
remove: (key: string) => Promise<void>;
|
||||
removeBlockedGroup: (group: string) => void;
|
||||
|
|
Loading…
Reference in a new issue