Skip to content

Variable: ChannelSchema

ts
const ChannelSchema: ZodEnum<{
  email: "email";
}>;

Defined in: models/channel.ts:3