Skip to main content

Variable: CreateChannelRequestSchema

const CreateChannelRequestSchema: ZodObject<{
name: ZodString;
description: ZodOptional<ZodString>;
}, "passthrough", ZodTypeAny, objectOutputType<{
name: ZodString;
description: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">, objectInputType<{
name: ZodString;
description: ZodOptional<ZodString>;
}, ZodTypeAny, "passthrough">>;

Defined in: src/models/red-team-network-broker.ts:20

Request body for creating a network broker channel.