Interface UsertagsFeedResponseRootObject

interface UsertagsFeedResponseRootObject {
    auto_load_more_enabled: boolean;
    items: UsertagsFeedResponseItemsItem[];
    more_available: boolean;
    new_photos: any[];
    next_max_id: string;
    num_results: number;
    requires_review: boolean;
    status: string;
    total_count: number;
}

Properties

auto_load_more_enabled: boolean
more_available: boolean
new_photos: any[]
next_max_id: string
num_results: number
requires_review: boolean
status: string
total_count: number