interface BricksetImage {
    imageURL: string;
    thumbnailURL: string;
}

Properties

imageURL: string
thumbnailURL: string