UNPKG
@5stones/onix
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
1.0.0-rc.7
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
A strongly typed library for parsing ONIX feeds.
5-stones/onix
@5stones/onix
/
dist
/
enums
/
CollectionIdentifierType.d.ts
15 lines
(14 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export
declare
enum
CollectionIdentifierType
{ _01 =
"01"
, _02 =
"02"
, _03 =
"03"
, _04 =
"04"
, _05 =
"05"
, _06 =
"06"
, _15 =
"15"
, _22 =
"22"
, _27 =
"27"
, _29 =
"29"
, _35 =
"35"
, _38 =
"38"
}