UNPKG

@wiqotech/nestjs-digiflazz

Version:
11 lines (10 loc) 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentChargeSchema = void 0; const zod_1 = require("zod"); exports.PaymentChargeSchema = zod_1.z.object({ refNo: zod_1.z.string(), skuCode: zod_1.z.string(), refId: zod_1.z.string(), max_price: zod_1.z.number().nullish() });