Skip to content

Commit 8b47007

Browse files
hustlzpleeyeh
authored andcommitted
fix(ts): add prod to PushData. (#564)
1 parent a113699 commit 8b47007

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
@@ -1106,6 +1106,7 @@ export namespace Push {
11061106
function send<T>(data: PushData, options?: AuthOptions): Promise<T>;
11071107

11081108
interface PushData {
1109+
prod?: "dev" | "prod";
11091110
channels?: string[];
11101111
push_time?: Date;
11111112
expiration_time?: Date;

0 commit comments

Comments
 (0)