AppleSauce
    Preparing search index...
    type ReportedUser = {
        comment?: string;
        event: NostrEvent;
        pubkey: string;
        reason?: ReportReason;
        type: "user";
    }
    Index

    Properties

    comment?: string
    event: NostrEvent
    pubkey: string
    reason?: ReportReason
    type: "user"