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

    Variable GeoJSONFeatureCollectionConst

    GeoJSONFeatureCollection: TObject<
        {
            features: TArray<
                TObject<
                    {
                        geometry: TUnion<
                            [
                                TObject<{ coordinates: TArray<TNumber>; type: TLiteral<"Point"> }>,
                                TObject<
                                    {
                                        coordinates: TArray<TArray<(...)>>;
                                        type: TLiteral<"LineString">;
                                    },
                                >,
                                TObject<
                                    { coordinates: TArray<TArray<(...)>>; type: TLiteral<"Polygon"> },
                                >,
                            ],
                        >;
                        id: TOptional<TString>;
                        properties: TRecord<TString, TUnknown>;
                        type: TLiteral<"Feature">;
                    },
                >,
            >;
            type: TLiteral<"FeatureCollection">;
        },
    > = ...