EntityAnchorSpec: TypeC<{
    id: UnionC<[StringC, UndefinedC]>;
    port: StringC;
    portOffset: UnionC<[NumberC, UndefinedC]>;
    portRatio: UnionC<[NumberC, UndefinedC]>;
    shapeId: UnionC<[StringC, UndefinedC]>;
}> = ...