react-query-firebase / AppModel
Type Alias: AppModel
ts
type AppModel = object;Defined in: src/types/AppModel.ts:4
Generic definition for a data model
Indexable
ts
[key: string]: unknownProperties
uid?
ts
optional uid: string;Defined in: src/types/AppModel.ts:8
Unique identifier equl to documentId() from Firestore