We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0ad83 commit a3ba6daCopy full SHA for a3ba6da
storage.d.ts
@@ -1106,7 +1106,7 @@ export namespace Push {
1106
function send<T>(data: PushData, options?: AuthOptions): Promise<T>;
1107
1108
interface PushData {
1109
- prod?: "dev" | "prod";
+ prod?: 'dev' | 'prod';
1110
channels?: string[];
1111
push_time?: Date;
1112
expiration_time?: Date;
@@ -1136,6 +1136,7 @@ export namespace Cloud {
1136
authOptions?: AuthOptions
1137
): Promise<Captcha>;
1138
function verifyCaptcha(code: string, captchaToken: string): Promise<void>;
1139
+ function getServerDate(): Promise<Date>;
1140
}
1141
1142
interface ServerURLs {
0 commit comments