Skip to content

gi-nx


gi-nx / ProjectFeatureCollection

ts
type ProjectFeatureCollection = {
  features: Project[];
  type: "FeatureCollection";
};

Properties

PropertyType
featuresProject[]
type"FeatureCollection"