Skip to content

Recursive type #18

@aomader

Description

@aomader

Hej,

how would you handle a recursive type, for example somethling like:

interface Foo {
    [key: string]: Foo | string | undefined;
}

Currently, I do not see a way to express this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions