UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

8 lines (7 loc) 224 B
// https://ns.editeur.org/onix/en/148 export enum CollectionType { _00 = '00', // Unspecified (default) _10 = '10', // Publisher collection _11 = '11', // Collection éditoriale _20 = '20', // Ascribed collection }