shajara API Map
    Preparing search index...

    Type Alias SendResult<Outcome>

    SendResult:
        | { kind: "sent" }
        | { kind: "closed"; outcome: Outcome }
        | { kind: "revoked" }

    Send echo: accepted value, explicit close, or revoked terminal state.

    Type Parameters

    • Outcome