This commit is contained in:
Luiz H. R. Silva 2024-06-04 16:16:53 -03:00
parent aa2892c9fb
commit fed8453f61
13 changed files with 157 additions and 211 deletions

View file

@ -1,7 +1,7 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ztokenQuipo = void 0;
const zod_1 = require("zod");
var zod_1 = require("zod");
exports.ztokenQuipo = zod_1.z.object({
provedor: zod_1.z.string(),
codigo_usuario: zod_1.z.string(),