Properties
@firecms/core / Properties
Type Alias: Properties<M>
Section titled “Type Alias: Properties<M>”Properties<
M> ={ [k in keyof M]: Property<M[keyof M]> }
Defined in: types/properties.ts:241
Record of properties of an entity or a map property
Type Parameters
Section titled “Type Parameters”M extends Record<string, any> = any