import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * The status of a webhook. */ export declare const WebhookStatus: { readonly Enabled: "enabled"; readonly Disabled: "disabled"; }; /** * The status of a webhook. */ export type WebhookStatus = ClosedEnum; /** @internal */ export declare const WebhookStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const WebhookStatus$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=webhookstatus.d.ts.map