/** * This is auto-generated file, don't modify this file manually */ export interface VideoVideoImage { id?: string; /** * Image url */ url?: string; /** * Image width */ width?: number; /** * Image height */ height?: number; theme?: 'light' | 'dark'; with_padding?: 1; size?: string; }