UNPKG

@wiqotech/nestjs-digiflazz

Version:
10 lines (9 loc) 230 B
import { z } from 'zod'; export declare const InquirySchema: z.ZodObject<{ refNo: z.ZodNumber; }, "strip", z.ZodTypeAny, { refNo: number; }, { refNo: number; }>; export type InquiryPln = z.infer<typeof InquirySchema>;