UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

8 lines (6 loc) 175 B
import { TitleType } from '../enums'; import { TitleElement } from './TitleElement'; export interface TitleDetail { TitleType?: TitleType; TitleElement?: TitleElement; }