interface ExternalIds {
    ean: string;
    isrc: string;
    upc: string;
}

Properties

Properties

ean: string
isrc: string
upc: string