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

    Type Alias IngestionResult

    IngestionResult: Readonly<
        {
            duplicateEventIds: readonly NostrEventId[];
            insertedEventIds: readonly NostrEventId[];
            quarantinedEventIds: readonly NostrEventId[];
        },
    >

    Total classification returned by one authoritative database transaction.