E621
    Preparing search index...

    Interface SearchPostSetsOptions

    interface SearchPostSetsOptions {
        creator_id?: number;
        creator_name?: string;
        id?: string | number;
        is_public?: boolean;
        limit?: number;
        maintainer_id?: number;
        name?: string;
        order?:
            | "id_asc"
            | "id_desc"
            | "name"
            | "created_at"
            | "updated_at"
            | "post_count"
            | "shortname"
            | "postcount"
            | "update";
        page?: number;
        post_id?: number;
        shortname?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    creator_id?: number
    creator_name?: string
    id?: string | number
    is_public?: boolean
    limit?: number
    maintainer_id?: number
    name?: string
    order?:
        | "id_asc"
        | "id_desc"
        | "name"
        | "created_at"
        | "updated_at"
        | "post_count"
        | "shortname"
        | "postcount"
        | "update"
    page?: number

    Optionalpost_id

    post_id?: number
    shortname?: string