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