E621
    Preparing search index...

    Interface SearchBlipsOptions

    interface SearchBlipsOptions {
        body_matches?: string;
        creator_id?: number;
        creator_name?: string;
        id?: string | number;
        ip_addr?: string;
        limit?: number;
        order?: "id_asc" | "id_desc" | "updated_at" | "updated_at_desc";
        page?: number;
        response_to?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    body_matches?: string
    creator_id?: number
    creator_name?: string
    id?: string | number
    ip_addr?: string
    limit?: number
    order?: "id_asc" | "id_desc" | "updated_at" | "updated_at_desc"
    page?: number
    response_to?: number