Expand
Expand<
T
>:T
extends (…args
) => infer R ? (…args
) =>Expand
<R
> :T
extends infer O ?{ [K in keyof O]: O[K] }
:never
Defined in: packages/store-kit/src/lodash/client.ts:59
Expands types for IntelliSense so they are more human readable See https://stackoverflow.com/a/69288824
Type Parameters
• T