Variable RegionSchemaConst
RegionSchema: TObject<
{
description: TOptional<TString>;
feature: TObject<
{
geometry: TUnion<
[
TObject<
{
coordinates: TArray<TArray<TTuple<(...)>>>;
type: TLiteral<"Polygon">;
},
>,
TObject<
{
coordinates: TArray<TArray<TArray<(...)>>>;
type: TLiteral<"MultiPolygon">;
},
>,
],
>;
properties: TOptional<TObject<{}>>;
},
>;
name: TOptional<TString>;
},
> = ...
Region resource