E621
    Preparing search index...

    Interface CreatePoolOptions

    interface CreatePoolOptions {
        category?: PoolCategories;
        description?: string;
        is_active?: boolean;
        name: string;
        post_ids?: number[];
        post_ids_string?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    category?: PoolCategories
    description?: string
    is_active?: boolean
    name: string

    Optionalpost_ids

    post_ids?: number[]

    Optionalpost_ids_string

    post_ids_string?: string