E621
    Preparing search index...

    Interface SearchPoolsOptions

    interface SearchPoolsOptions {
        category?: PoolCategories;
        creator_id?: number;
        creator_name?: string;
        description_matches?: string;
        id?: string | number;
        is_active?: boolean;
        limit?: number;
        name_matches?: string;
        order?: "id_asc" | "id_desc" | "name" | "created_at" | "post_count";
        page?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    category?: PoolCategories
    creator_id?: number
    creator_name?: string
    description_matches?: string
    id?: string | number
    is_active?: boolean
    limit?: number
    name_matches?: string
    order?: "id_asc" | "id_desc" | "name" | "created_at" | "post_count"
    page?: number