@shortcut/client
    Preparing search index...

    Interface ShortcutVerifiedDelivery

    A delivery whose signature and shape have been checked.

    interface ShortcutVerifiedDelivery {
        deliveryId?: string;
        payload: ShortcutWebhookPayload;
        rawBody: Uint8Array;
    }
    Index

    Properties

    deliveryId?: string

    The delivery id, when the payload carries one. Redeliveries reuse it.

    rawBody: Uint8Array

    The exact bytes that were verified.