Documentation
    Preparing search index...

    A send response.

    type Send<T = unknown> = {
        attachable: boolean;
        invocationId: string;
        status: "Accepted" | "PreviouslyAccepted";
    }

    Type Parameters

    • T = unknown

      the type of the response.

    Index

    Properties

    attachable: boolean
    invocationId: string

    The invocation id of the send.

    status: "Accepted" | "PreviouslyAccepted"

    The status of the send.