UNPKG

@wiqotech/nestjs-digiflazz

Version:
9 lines (8 loc) 261 B
"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() });