@tak-ps/node-cot
    Preparing search index...

    Variable ShapeLinkConst

    ShapeLink: TObject<
        {
            _attributes: TObject<
                {
                    relation: TOptional<TString>;
                    type: TOptional<TString>;
                    uid: TOptional<TString>;
                },
            >;
            Style: TOptional<
                TObject<
                    {
                        LineStyle: TOptional<
                            TObject<
                                {
                                    color: TOptional<TObject<{ _text: ... }>>;
                                    width: TOptional<TObject<{ _text: ... }>>;
                                },
                            >,
                        >;
                        PolyStyle: TOptional<
                            TObject<
                                {
                                    color: TOptional<TObject<{ _text: ... }>>;
                                    width: TOptional<TObject<{ _text: ... }>>;
                                },
                            >,
                        >;
                    },
                >,
            >;
        },
    > = ...