@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
23 lines (22 loc) • 369 B
TypeScript
export declare enum ProductClassificationType {
_01 = "01",
_02 = "02",
_03 = "03",
_04 = "04",
_05 = "05",
_06 = "06",
_07 = "07",
_08 = "08",
_09 = "09",
_10 = "10",
_11 = "11",
_12 = "12",
_13 = "13",
_14 = "14",
_15 = "15",
_16 = "16",
_17 = "17",
_18 = "18",
_19 = "19",
_50 = "50"
}