Skip to content

Consider making Combine deep #32

@danieldietrich

Description

@danieldietrich
- type Combine<T> = { [K in (keyof T)]: T[K] }
+ type Combine<T> = T extends Obj ? { [K in (keyof T)]: Combine<T[K]> } : T

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions