Shape: TObject<
{
ellipse: TOptional<
TObject<
{
_attributes: TObject<
{ angle: TNumber; major: TNumber; minor: TNumber },
>;
},
>,
>;
link: TOptional<
TUnion<
[
TArray<
TObject<
{
_attributes: TObject<
{
relation: TOptional<(...)>;
type: TOptional<(...)>;
uid: TOptional<(...)>;
},
>;
Style: TOptional<TObject<{ LineStyle: ...; PolyStyle: ... }>>;
},
>,
>,
TObject<
{
_attributes: TObject<
{
relation: TOptional<TString>;
type: TOptional<TString>;
uid: TOptional<TString>;
},
>;
Style: TOptional<
TObject<
{ LineStyle: TOptional<(...)>; PolyStyle: TOptional<(...)> },
>,
>;
},
>,
],
>,
>;
polyline: TOptional<
TObject<
{
_attributes: TOptional<
TObject<
{
closed: TOptional<TBoolean>;
color: TOptional<TString>;
fillColor: TOptional<TString>;
},
>,
>;
vertex: TOptional<
TUnion<
[
TObject<{ _attributes: TObject<(...)> }>,
TArray<TObject<{ _attributes: ... }>>,
],
>,
>;
},
>,
>;
},
> = ...