shajara API
    Preparing search index...

    Type Alias SendResult<Outcome>

    SendResult: TaggedUnion<
        "kind",
        { closed: { outcome: Outcome }; revoked: {}; sent: {} },
    >

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

    Type Parameters

    • Outcome