WebhookStatus

April 3, 2026 ยท View on GitHub

The status of a webhook.

Example Usage

import { WebhookStatus } from "@moovio/sdk/models/components";

let value: WebhookStatus = "enabled";

// Open enum: unrecognized values are captured as Unrecognized<string>

Values

"enabled" | "disabled" | Unrecognized<string>