import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * The type of the actor, indicating the role in the notification process. */ export declare const ActorTypeEnum: { readonly None: "none"; readonly User: "user"; readonly SystemIcon: "system_icon"; readonly SystemCustom: "system_custom"; }; /** * The type of the actor, indicating the role in the notification process. */ export type ActorTypeEnum = ClosedEnum; /** @internal */ export declare const ActorTypeEnum$inboundSchema: z.ZodNativeEnum; //# sourceMappingURL=actortypeenum.d.ts.map