Interface BaseImageOptions

interface BaseImageOptions {
    artist?: number;
    character?: number[];
    is_animated?: boolean;
    is_flagged?: boolean;
    is_original?: boolean;
    is_screenshot?: boolean;
    rating?: Rating[];
}

Hierarchy (view full)

Properties

artist?: number
character?: number[]
is_animated?: boolean
is_flagged?: boolean
is_original?: boolean
is_screenshot?: boolean
rating?: Rating[]

Generated using TypeDoc