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

    Variable NostrEventKind

    NostrEventKind: Readonly<
        {
            applicationData: NostrEventKind;
            applicationDataSync: NostrEventKind;
            clientAuthentication: NostrEventKind;
            ephemeralGiftWrap: NostrEventKind;
            eventDeletionRequest: NostrEventKind;
            fileMetadata: NostrEventKind;
            followList: NostrEventKind;
            genericRepost: NostrEventKind;
            giftWrap: NostrEventKind;
            httpAuthentication: NostrEventKind;
            privateDirectMessage: NostrEventKind;
            reaction: NostrEventKind;
            seal: NostrEventKind;
            shortTextNote: NostrEventKind;
            typing: NostrEventKind;
            updatedContent: NostrEventKind;
            userMetadata: NostrEventKind;
            of(value: number): NostrEventKind;
        },
    >

    Runtime constructor for NIP-01 event kinds.