Interface SharedSearchListFields

interface SharedSearchListFields {
    camrip?: boolean;
    limit?: number;
    next?: string;
    not_blocked_for_me?: boolean;
    not_blocked_in?: AllowArray<string>;
    with_episodes?: boolean;
    with_episodes_data?: boolean;
    with_material_data?: boolean;
    with_page_links?: boolean;
    with_seasons?: boolean;
}

Hierarchy

Properties

camrip?: boolean
limit?: number
next?: string
not_blocked_for_me?: boolean
not_blocked_in?: AllowArray<string>
with_episodes?: boolean
with_episodes_data?: boolean
with_material_data?: boolean
with_page_links?: boolean
with_seasons?: boolean

Generated using TypeDoc