interface DealArtwork {
    header: null | string;
    tall: null | string;
    thumb: null | string;
    wide: null | string;
}

Properties

Properties

header: null | string
tall: null | string
thumb: null | string
wide: null | string