AppleSauce
    Preparing search index...

    Type Alias ReportedEvent

    type ReportedEvent = {
        blobs?: string[];
        comment?: string;
        event: NostrEvent;
        id: string;
        pubkey: string;
        reason?: ReportReason;
        type: "event";
    }
    Index

    Properties

    blobs?: string[]
    comment?: string
    event: NostrEvent
    id: string
    pubkey: string
    reason?: ReportReason
    type: "event"