Skip to content

gi-nx


gi-nx / StackedSection

ts
type StackedSection = 
  | StackedPoint
  | StackedLineString
  | StackedPolygon;

References