UNPKG
@mineru98/n8n-ko
Version:
latest (1.100.5)
1.100.5
1.100.4
1.100.3
1.100.2
1.100.1
n8n Workflow Automation Tool - Korean Version
github.com/Mineru98/n8n-ko
Mineru98/n8n-ko
@mineru98/n8n-ko
/
dist
/
task-runners
/
task-broker
/
auth
/
task-broker-auth.schema.js
8 lines
•
307 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
taskBrokerAuthRequestBodySchema
=
void
0
;
const
zod_1 =
require
(
"zod"
);
exports
.
taskBrokerAuthRequestBodySchema
= zod_1.
z
.
object
({
token
: zod_1.
z
.
string
().
min
(
1
), });
//# sourceMappingURL=task-broker-auth.schema.js.map