@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
15 lines (14 loc) • 398 B
text/typescript
// https://ns.editeur.org/onix/en/154
export enum ContentAudience {
_00 = '00', // Unrestricted
_01 = '01', // Restricted
_02 = '02', // Booktrade
_03 = '03', // End-customers
_04 = '04', // Librarians
_05 = '05', // Teachers
_06 = '06', // Students
_07 = '07', // Press
_08 = '08', // Shopping comparison service
_09 = '09', // Search engine index
_10 = '10', // Bloggers
}