/** * Model: WebhookV2Status * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ /** * An enum representing the possible statuses you can set a webhook to: - `ACTIVE`: The webhook is healthy and receive all events - `PAUSED`: The webhook is paused and will not receive any events */ export type WebhookV2Status = 'ACTIVE' | 'PAUSED'; //# sourceMappingURL=webhook-v2-status.d.ts.map