UNPKG

@tmlmobilidade/types

Version:
8 lines (7 loc) 183 B
/* * */ import { RideExportSchema } from './ride-export.js'; import { z } from 'zod'; /* * */ export const FileExportSchema = z.discriminatedUnion('type', [ RideExportSchema, ]);