AppleSauce
    Preparing search index...

    Type Alias UserProfileScoredContent

    UserProfileScoredContent: RequestAndResponse<
        "user_profile_scored_content",
        {
            created_after?: number;
            limit?: number;
            offset?: number;
            pubkey: string;
            since?: number;
            until?: number;
        },
        NostrEvent,
    >