UNPKG

@tmlmobilidade/types

Version:
4 lines (3 loc) 256 B
import { z } from 'zod'; export declare const StopConnectionSchema: z.ZodEnum<["ferry", "light_rail", "subway", "train", "boat", "airport", "bike_sharing", "bike_parking", "car_parking"]>; export type StopConnection = z.infer<typeof StopConnectionSchema>;