UNPKG
@wiqotech/nestjs-digiflazz
Version:
latest (0.0.1)
0.0.1
NestJS Digiflazz SDK Module
github.com/juniarta/nestjs-digiflazz
juniarta/nestjs-digiflazz
@wiqotech/nestjs-digiflazz
/
dist
/
digiflazz
/
dto
/
InquiryPln.js
8 lines
(7 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"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
() });