Variable RelatedElementSpecConst

RelatedElementSpec: TypeC<{
    attributes: UnionC<[ArrayC<TypeC<{
        key: StringC;
        values: ArrayC<TypeC<{
            lcid: NumberC;
            value: UnknownC;
        }>>;
    }>>, UndefinedC]>;
    id: UnionC<[StringC, UndefinedC]>;
    properties: UnionC<[UnionC<[IntersectionC<[TypeC<{
        evType: UnionC<(...)>;
        type: UnionC<(...)>;
    }>, TypeC<{
        column: UnionC<(...)>;
        height: NumberC;
        kind: KeyofC<(...)>;
        laneId: UnionC<(...)>;
        poolId: UnionC<(...)>;
        row: UnionC<(...)>;
        type: StringC;
        width: NumberC;
        x: NumberC;
        y: NumberC;
    }>]>, IntersectionC<[TypeC<{
        columnSpan: NumberC;
        rowSpan: NumberC;
        type: LiteralC<(...)>;
    }>, TypeC<{
        column: UnionC<(...)>;
        height: NumberC;
        kind: KeyofC<(...)>;
        laneId: UnionC<(...)>;
        poolId: UnionC<(...)>;
        row: UnionC<(...)>;
        type: StringC;
        width: NumberC;
        x: NumberC;
        y: NumberC;
    }>]>, IntersectionC<[TypeC<{
        columnSpan: NumberC;
        isEmpty: UnionC<(...)>;
        rowSpan: NumberC;
        type: LiteralC<(...)>;
    }>, TypeC<{
        column: UnionC<(...)>;
        height: NumberC;
        kind: KeyofC<(...)>;
        laneId: UnionC<(...)>;
        poolId: UnionC<(...)>;
        row: UnionC<(...)>;
        type: StringC;
        width: NumberC;
        x: NumberC;
        y: NumberC;
    }>]>]>, TypeC<{
        type: StringC;
        typeDisplayName: StringC;
    }>]>;
}> = ...