UNPKG

@tmlmobilidade/types

Version:
11 lines (10 loc) 212 B
/* * */ import { z } from 'zod'; /* * */ export const StopJurisdictionValues = [ 'ip', 'municipality', 'other', 'unknown', ]; export const StopJurisdictionSchema = z.enum(StopJurisdictionValues);