Skip to main content

Variable: HeadersAuthConfigSchema

const HeadersAuthConfigSchema: ZodObject<{
auth_header: ZodRecord<ZodString, ZodUnknown>;
}, "passthrough", ZodTypeAny, objectOutputType<{
auth_header: ZodRecord<ZodString, ZodUnknown>;
}, ZodTypeAny, "passthrough">, objectInputType<{
auth_header: ZodRecord<ZodString, ZodUnknown>;
}, ZodTypeAny, "passthrough">>;

Defined in: src/models/red-team.ts:102