UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

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