E621
    Preparing search index...

    Interface SearchPostVotesOptions

    interface SearchPostVotesOptions {
        duplicates_only?: boolean;
        id?: string | number;
        limit?: number;
        order?: "id_asc" | "id_desc" | "ip_addr";
        page?: number;
        post_creator_id?: number;
        post_creator_name?: string;
        post_id?: number;
        score?: UpDownVote;
        user_id?: number;
        user_ip_addr?: string;
        user_name?: string;
    }

    Hierarchy (View Summary)

    Index
    duplicates_only?: boolean
    id?: string | number
    limit?: number
    order?: "id_asc" | "id_desc" | "ip_addr"
    page?: number

    Optionalpost_creator_id

    post_creator_id?: number

    Optionalpost_creator_name

    post_creator_name?: string

    Optionalpost_id

    post_id?: number
    score?: UpDownVote
    user_id?: number
    user_ip_addr?: string
    user_name?: string