We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4776848 commit 7e91656Copy full SHA for 7e91656
dev/test/types.ts
@@ -86,7 +86,7 @@ describe('FirestoreTypeConverter', () => {
86
stringProperty: string;
87
numberProperty: number;
88
}
89
- const converter = {
+ const converter: FirestoreDataConverter<MyModelType, DocumentData> = {
90
toFirestore(
91
modelObject: PartialWithFieldValue<MyModelType>,
92
options?: SetOptions
0 commit comments