interface Badge {
    image_url: string;
    small_image_url: string;
}

Properties

image_url: string
small_image_url: string