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

Hierarchy

  • UnionOrIntersectionType
    • UnionType

Properties

Properties

id: number
origin?: Type