UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

8 lines (6 loc) 220 B
import { ProductRelation } from '../enums'; import { ProductIdentifier } from './ProductIdentifier'; export interface RelatedProduct { ProductRelationCode?: ProductRelation; ProductIdentifier?: ProductIdentifier; }