Function: buildProperties
▸ buildProperties<M
>(properties
): Properties
<M
>
Identity function we use to defeat the type system of Typescript and preserve the properties keys.
Type parameters
Name |
---|
M |
Parameters
Name | Type |
---|---|
properties | Properties <M > |
Returns
Properties
<M
>