n8n
Version:
n8n Workflow Automation Tool
10 lines • 370 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.generateCurlSchema = void 0;
const zod_1 = require("zod");
exports.generateCurlSchema = zod_1.z.object({
curl: zod_1.z
.string()
.describe('The curl command that the user could run to call the endpoint they described.'),
});
//# sourceMappingURL=generateCurl.js.map
;