export interface Image {
    Description: string;
    Url: string;
}
