/** * This is auto-generated file, don't modify this file manually */ export interface VideoVideoAlbum { /** * Album ID */ id?: number; /** * Album owner's ID */ owner_id?: number; /** * Album title */ title?: string; /** * Album trackcode */ track_code?: string; response_type?: 'min' | 'full'; }