UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

7 lines (5 loc) 179 B
import { ProductFormFeatureType } from '../enums'; export interface ProductFormFeature { ProductFormFeatureType?: ProductFormFeatureType; ProductFormFeatureValue?: string; }