Skip to content

Commit 2882bc9

Browse files
1 parent 1b971f0 commit 2882bc9

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

‎handwritten/firestore/types/firestore.d.ts‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5592,7 +5592,10 @@ declare namespace FirebaseFirestore {
55925592
* @param unit - The unit of time for the difference (e.g., "day", "hour").
55935593
* @returns A new `Expression` representing the difference as an integer.
55945594
*/
5595-
timestampDiff(start: string | Expression, unit: TimeUnit): FunctionExpression;
5595+
timestampDiff(
5596+
start: string | Expression,
5597+
unit: TimeUnit,
5598+
): FunctionExpression;
55965599

55975600
/**
55985601
* @beta
@@ -5731,7 +5734,7 @@ declare namespace FirebaseFirestore {
57315734
| 'second'
57325735
| 'minute'
57335736
| 'hour'
5734-
| 'day'
5737+
| 'day';
57355738

57365739
/**
57375740
* @beta

0 commit comments

Comments
 (0)