PartialEntityCollection
@firecms/core / PartialEntityCollection
Type Alias: PartialEntityCollection<M>
Section titled “Type Alias: PartialEntityCollection<M>”PartialEntityCollection<
M> =Partial<EntityCollection<M>>
Defined in: types/local_config_persistence.tsx:7
Use to resolve the collection properties for specific path, entity id or values.
Type Parameters
Section titled “Type Parameters”M extends Record<string, any> = any