UNPKG

@tmlmobilidade/types

Version:
4 lines (3 loc) 213 B
import { z } from 'zod'; export declare const VehicleWheelchairSchema: z.ZodEnum<["no", "manual_ramp", "electric_ramp", "not_applicable"]>; export type VehicleWheelchair = z.infer<typeof VehicleWheelchairSchema>;