KC's Workspace
    Preparing search index...
    interface IntersectionType {
        type: "intersection";
        types: SomeType[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "intersection"

    The type name identifier.

    types: SomeType[]