TypeDoc API - v0.28.20
    Preparing search index...

    Interface UnionType

    interface UnionType {
        id: number;
        origin?: Type;
    }

    Hierarchy

    • UnionOrIntersectionType
      • UnionType
    Index
    id: number
    origin?: Type