export interface IImageResponse {
    small: string;
    average: string;
    big: string;
    original: string;
}
