PropertiesOrBuilders
@firecms/core / PropertiesOrBuilders
Type Alias: PropertiesOrBuilders<M>
Section titled “Type Alias: PropertiesOrBuilders<M>”PropertiesOrBuilders<
M> ={ [k in keyof M]: PropertyOrBuilder<M[k], M> }
Defined in: types/properties.ts:308
Type Parameters
Section titled “Type Parameters”M extends Record<string, any> = any