UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

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