@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
24 lines (23 loc) • 378 B
TypeScript
export declare enum PublishingDateRole {
_01 = "01",
_02 = "02",
_09 = "09",
_10 = "10",
_11 = "11",
_12 = "12",
_13 = "13",
_16 = "16",
_19 = "19",
_20 = "20",
_21 = "21",
_22 = "22",
_23 = "23",
_25 = "25",
_26 = "26",
_27 = "27",
_28 = "28",
_29 = "29",
_30 = "30",
_31 = "31",
_35 = "35"
}