Function: buildProperties
▸ buildProperties<M
>(properties
): PropertiesOrBuilders
<M
>
Identity function we use to defeat the type system of Typescript and preserve the properties keys.
Type parameters
Name | Type |
---|---|
M | extends Record <string , any > |
Parameters
Name | Type |
---|---|
properties | PropertiesOrBuilders <M > |