@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbWebhookDeliveryStatusCodeValue

    interface UmbWebhookDeliveryStatusCodeValue {
        code: number | null;
        label: string;
    }
    Index
    code: number | null

    The numeric HTTP status code, or null when the delivery has no HTTP status code (e.g. a connection error).

    label: string

    The status as stored and displayed, e.g. OK (200) or ConnectionError.