/** * This is auto-generated file, don't modify this file manually */ export interface VideoSaveResult { /** * Video access key */ access_key?: string; /** * Video description */ description?: string; /** * Video owner ID */ owner_id?: number; /** * Video title */ title?: string; /** * URL for the video uploading */ upload_url?: string; /** * Video ID */ video_id?: number; }