@actnet/app-core - v0.1.0
    Preparing search index...

    Type Alias SendTarget

    SendTarget:
        | { kind: "dm"; recipientDid: string }
        | { kind: "group"; groupId: string }

    Where a plain-text AppCore.send is directed: a DM with a peer, or a group. Discriminated by kind. Lets a caller route a reply back through whichever channel a message arrived on without branching on the transport.