UNPKG

@tmlmobilidade/types

Version:
9 lines (8 loc) 246 B
import { z } from 'zod'; export declare const PlanPcgiLegacySchema: z.ZodObject<{ operation_plan_id: z.ZodNullable<z.ZodString>; }, "strip", z.ZodTypeAny, { operation_plan_id: string | null; }, { operation_plan_id: string | null; }>;