@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
33 lines (32 loc) • 523 B
TypeScript
export declare enum ProductAvailability {
_01 = "01",
_09 = "09",
_10 = "10",
_11 = "11",
_12 = "12",
_20 = "20",
_21 = "21",
_22 = "22",
_23 = "23",
_30 = "30",
_31 = "31",
_32 = "32",
_33 = "33",
_34 = "34",
_40 = "40",
_41 = "41",
_42 = "42",
_43 = "43",
_44 = "44",
_45 = "45",
_46 = "46",
_47 = "47",
_48 = "48",
_49 = "49",
_50 = "50",
_51 = "51",
_52 = "52",
_97 = "97",
_98 = "98",
_99 = "99"
}