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