UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

8 lines (6 loc) 191 B
import { PublisherIdentifier } from './PublisherIdentifier'; export interface Publisher { PublishingRole?: string; PublisherIdentifier?: PublisherIdentifier; PublisherName?: string; }