export interface Images { id: string; image: string; thumbImage: string; title?: string; alt?: string; order?: number; video?: any; posterImage?: string; }