UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

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