AppleSauce
    Preparing search index...

    Type Alias ReportedUser

    type ReportedUser = {
        event: NostrEvent;
        pubkey: string;
        reason?: ReportReason;
        type: "user";
    }
    Index

    Properties

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