UNPKG

n8n

Version:

n8n Workflow Automation Tool

12 lines 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.serializedCredentialSchema = void 0; const zod_1 = require("zod"); exports.serializedCredentialSchema = zod_1.z .object({ id: zod_1.z.string().min(1), name: zod_1.z.string().min(1), type: zod_1.z.string().min(1), }) .strict(); //# sourceMappingURL=credential.schema.js.map