export interface Image {
    alpha_channel: boolean,
    animated: boolean,
    height: number,
    image_id: string,
    url: string,
    width: string
}
