Skip to content

Union of object properties not working #58

@swingthrough

Description

@swingthrough
type Original = {
	propA?: string;
	propB?: string;
};

type Unioned = Original & {
	propB?: string[];
};

Clicking on Unioned doesn't update the type tree with the type.

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