DeliveryStatus type

Defines values for DeliveryStatus.
KnownDeliveryStatus can be used interchangeably with DeliveryStatus, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded: The webhook is delivered successfully.
Failed: The webhook is failed to deliver.
NotStarted: The webhook is not delivered.

type DeliveryStatus = string