import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * Type of button for the action result */ export declare const ButtonTypeEnum: { readonly Primary: "primary"; readonly Secondary: "secondary"; }; /** * Type of button for the action result */ export type ButtonTypeEnum = ClosedEnum; /** @internal */ export declare const ButtonTypeEnum$inboundSchema: z.ZodNativeEnum; //# sourceMappingURL=buttontypeenum.d.ts.map