E621
    Preparing search index...

    Interface UpdatePoolOptions

    interface UpdatePoolOptions {
        "[RawBodyShape]"?: {};
        category?: PoolCategory;
        description?: string;
        is_active?: boolean;
        name?: string;
        post_ids?: number[];
        post_ids_string?: string;
    }

    Hierarchy (View Summary)

    Index
    "[RawBodyShape]"?: {}
    category?: PoolCategory
    description?: string
    is_active?: boolean
    name?: string

    Optionalpost_ids

    post_ids?: number[]

    Optionalpost_ids_string

    post_ids_string?: string