UNPKG

@tmlmobilidade/types

Version:
6 lines (5 loc) 198 B
/* * */ import z from 'zod'; /* * */ export const VehicleTypologyValues = ['bus', 'train', 'tram', 'metro', 'ship', 'funicular']; export const VehicleTypologySchema = z.enum(VehicleTypologyValues);