Variable: ChannelStatusSchema
const ChannelStatusSchema: ZodNativeEnum<{
ONLINE: "ONLINE";
OFFLINE: "OFFLINE";
DRAFT: "DRAFT";
}>;
Defined in: src/models/red-team-network-broker.ts:12
Channel lifecycle status. Accepts the upstream values ONLINE, OFFLINE, DRAFT.