@softcose/softchat - v0.1.0
    Preparing search index...

    Type Alias DeliveryDecision

    DeliveryDecision: Readonly<
        {
            category: string;
            eventId: NostrEventId;
            relayMessage: string;
            state: DeliveryState;
        },
    >

    Stable classification of one relay acknowledgement.