UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

8 lines (6 loc) 196 B
import { WorkRelation } from '../enums'; import { WorkIdentifier } from './WorkIdentifier'; export interface RelatedWork { WorkRelationCode?: WorkRelation; WorkIdentifier?: WorkIdentifier; }