WebhookStatus type

Define valores para WebhookStatus.
knownWebhookStatus se puede usar indistintamente con WebhookStatus, esta enumeración contiene los valores conocidos que admite el servicio.

Valores conocidos admitidos por el servicio

habilitado: el webhook está habilitado.
deshabilitado: el webhook está deshabilitado.

type WebhookStatus = string