import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * Channel type through which the message is sent */ export declare const ChannelTypeEnum: { readonly InApp: "in_app"; readonly Email: "email"; readonly Sms: "sms"; readonly Chat: "chat"; readonly Push: "push"; }; /** * Channel type through which the message is sent */ export type ChannelTypeEnum = ClosedEnum; /** @internal */ export declare const ChannelTypeEnum$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ChannelTypeEnum$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=channeltypeenum.d.ts.map