Skip to content

Documentation v1.0.0


Documentation / @openassistant/osm / GetUsStateGeojsonFunctionArgs

Type Alias: GetUsStateGeojsonFunctionArgs

GetUsStateGeojsonFunctionArgs = z.ZodObject<{ stateNames: z.ZodArray<z.ZodString>; }>

Defined in: us/state.ts:13

Released under the MIT License.