UNPKG

n8n

Version:

n8n Workflow Automation Tool

10 lines (9 loc) 275 B
import { z } from 'zod'; export declare const taskBrokerAuthRequestBodySchema: z.ZodObject<{ token: z.ZodString; }, "strip", z.ZodTypeAny, { token: string; }, { token: string; }>; export declare const bearerTokenSchema: z.ZodEffects<z.ZodString, string, string>;