FetchEntityProps
@firecms/core / FetchEntityProps
Interface: FetchEntityProps<M>
Section titled “Interface: FetchEntityProps<M>”Defined in: types/datasource.ts:9
Type Parameters
Section titled “Type Parameters”M extends Record<string, any> = any
Properties
Section titled “Properties”collection?
Section titled “collection?”
optionalcollection:EntityCollection<M,any>
Defined in: types/datasource.ts:13
databaseId?
Section titled “databaseId?”
optionaldatabaseId:string
Defined in: types/datasource.ts:12
entityId
Section titled “entityId”entityId:
string
Defined in: types/datasource.ts:11
path:
string
Defined in: types/datasource.ts:10