KC's Workspace
    Preparing search index...

    Interface IntersectionType

    interface IntersectionType {
        type: "intersection";
        types: SomeType[];
    }

    Hierarchy (View Summary)

    Index
    type: "intersection"

    The type name identifier.

    types: SomeType[]