AppleSauce
    Preparing search index...

    Type Alias NoteMentions

    NoteMentions: RequestAndResponse<
        "note_mentions",
        {
            event_id?: string;
            identifier?: string;
            limit?: number;
            offset?: number;
            pubkey?: string;
            user_pubkey?: string;
        },
        NostrEvent,
    >