Open
Description
How Do i get the result type being properly typed?? Instead I get unknown
as a result of flatter/unflatten
unflatten(values);
function unflatten<{
"locationDetails. id": string;
"locationDetails. name": string;
"locationDetails. storeFormat": {
label: string;
value: string;
} | null;
... 40 more ...;
}, unknown>( target: {}, options?: UnflattenOptions): unknown