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 57a0f2b commit d1cd07dCopy full SHA for d1cd07d
packages/firestore/src/protos/firestore_proto_api.d.ts
@@ -363,7 +363,7 @@ export declare namespace firestoreV1ApiClientInterfaces {
363
booleanValue?: boolean;
364
integerValue?: string;
365
doubleValue?: number;
366
- timestampValue?: string | { seconds: long; nanos: long };
+ timestampValue?: string | { seconds: string; nanos: number };
367
stringValue?: string;
368
bytesValue?: string | Uint8Array;
369
referenceValue?: string;
0 commit comments