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
/
Config.js
9 lines
(8 loc)
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
DigiflazzConfigSchema
=
void
0
;
const
zod_1 =
require
(
"zod"
);
exports
.
DigiflazzConfigSchema
= zod_1.
z
.
object
({
username
: zod_1.
z
.
string
(),
apikey
: zod_1.
z
.
string
() });