/** * This is auto-generated file, don't modify this file manually */ export interface VideoEpisode { /** * Seconds from start of the video */ time?: number; /** * Description of episode */ text?: string; }