UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

7 lines (5 loc) 173 B
import { ProductIdentifierType } from "../enums/ProductIdentifierType"; export interface ProductIdentifier { ProductIDType?: ProductIdentifierType; IDValue?: string; }