@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
14 lines (13 loc) • 414 B
text/typescript
// https://ns.editeur.org/onix/en/84
export enum StudyBibleType {
CAM = 'CAM', // Cambridge Annotated
LIF = 'LIF', // Life Application
MAC = 'MAC', // Macarthur
OXF = 'OXF', // Oxford Annotated
NNT = 'NNT', // Studiebibel, Det Nye testamentet
NOX = 'NOX', // New Oxford Annotated
NSB = 'NSB', // Norsk studiebibel
RYR = 'RYR', // Ryrie
SCO = 'SCO', // Scofield
SPR = 'SPR', // Spirit Filled
}