Skip to content

Unbound type parameter error for type alias of type alias of interface #88

Closed
@davidfurey

Description

@davidfurey

Example with error:

interface Z<T> {
    field: T;
}

type Y<T> = Z<T>

type X = Y<string>

is<X>({ field: 'some-string' })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions