UNPKG

@tmlmobilidade/types

Version:
7 lines (6 loc) 138 B
/* * */ import { z } from 'zod'; /* * */ export const PlanPcgiLegacySchema = z.object({ operation_plan_id: z.string().nullable(), });