/** * This is auto-generated file, don't modify this file manually */ export interface VideoVideoFiles { /** * URL of the external player */ external?: string; /** * URL of the mpeg4 file with 144p quality */ mp4_144?: string; /** * URL of the mpeg4 file with 240p quality */ mp4_240?: string; /** * URL of the mpeg4 file with 360p quality */ mp4_360?: string; /** * URL of the mpeg4 file with 480p quality */ mp4_480?: string; /** * URL of the mpeg4 file with 720p quality */ mp4_720?: string; /** * URL of the mpeg4 file with 1080p quality */ mp4_1080?: string; /** * URL of the mpeg4 file with 2K quality */ mp4_1440?: string; /** * URL of the mpeg4 file with 4K quality */ mp4_2160?: string; /** * URL of the flv file with 320p quality */ flv_320?: string; }