Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / ThiessenPolygonsArgs

Type Alias: ThiessenPolygonsArgs

ThiessenPolygonsArgs = z.ZodObject<{ datasetName: z.ZodOptional<z.ZodString>; geojson: z.ZodOptional<z.ZodString>; }>

Defined in: src/spatial_ops/thiessenPolygons.ts:130

Released under the MIT License.