UNPKG

@wiqotech/nestjs-digiflazz

Version:
8 lines (7 loc) 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InquirySchema = void 0; const zod_1 = require("zod"); exports.InquirySchema = zod_1.z.object({ refNo: zod_1.z.number() });