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​
• M extends Record
<string
, any
>
Parameters​
• properties: PropertiesOrBuilders
<M
>