UNPKG

@tmlmobilidade/types

Version:
5 lines (4 loc) 294 B
import { z } from 'zod'; export declare const StopJurisdictionValues: readonly ["ip", "municipality", "other", "unknown"]; export declare const StopJurisdictionSchema: z.ZodEnum<["ip", "municipality", "other", "unknown"]>; export type StopJurisdiction = z.infer<typeof StopJurisdictionSchema>;