export interface IImageRating { url: string; type: string; name: string; description: string; id: number; }