UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

10 lines (9 loc) 227 B
// https://ns.editeur.org/onix/en/261 export enum StatusDetailTypeSeverityMasterFiles { u = 'u', // Unclassifiable i = 'i', // Info q = 'q', // Query w = 'w', // Warning e = 'e', // Error f = 'f', // Fatal error }