UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

8 lines (6 loc) 172 B
import { DateClass } from './DateClass'; import { SupplyDateRole } from '../enums'; export interface SupplyDate { SupplyDateRole?: SupplyDateRole; Date?: DateClass; }