Skip to content

Commit d1cd07d

Browse files
Don't use long in Proto types (#2386)
1 parent 57a0f2b commit d1cd07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/protos/firestore_proto_api.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ export declare namespace firestoreV1ApiClientInterfaces {
363363
booleanValue?: boolean;
364364
integerValue?: string;
365365
doubleValue?: number;
366-
timestampValue?: string | { seconds: long; nanos: long };
366+
timestampValue?: string | { seconds: string; nanos: number };
367367
stringValue?: string;
368368
bytesValue?: string | Uint8Array;
369369
referenceValue?: string;

0 commit comments

Comments
 (0)