Skip to content

Commit 083ab52

Browse files
author
Brian Chen
committed
Merge branch 'bc/fix-update-data' of github.com:firebase/firebase-js-sdk into bc/fix-update-data
2 parents 7633ff5 + 0a43c10 commit 083ab52

File tree

2 files changed

+526
-526
lines changed

2 files changed

+526
-526
lines changed

common/api-review/firestore-lite.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class Bytes {
3333
}
3434

3535
// @public
36-
export type ChildUpdateFields<T, K extends string> = T extends Record<string, any> ? AddPrefixToKeys<K, UpdateData<T>> : never;
36+
export type ChildUpdateFields<T, K extends string> = T extends Record<string, unknown> ? AddPrefixToKeys<K, UpdateData<T>> : never;
3737

3838
// @public
3939
export function collection(firestore: Firestore, path: string, ...pathSegments: string[]): CollectionReference<DocumentData>;

0 commit comments

Comments
 (0)