@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
23 lines (22 loc) • 354 B
TypeScript
export declare enum ExtentType {
_00 = "00",
_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",
_22 = "22",
_23 = "23"
}