type alias ExpandRecursively
Force intellisense to expand the typing to hide merging typings
Type Parameters
TDefinition
T extends Record<PropertyKey, unknown> ? T extends infer O ? [K in keyof O]: ExpandRecursively<O[K]> : never : TForce intellisense to expand the typing to hide merging typings
TT extends Record<PropertyKey, unknown> ? T extends infer O ? [K in keyof O]: ExpandRecursively<O[K]> : never : T