UNPKG

mobyo-interfaces

Version:
7 lines (6 loc) 116 B
export interface IProductSizesV2 { code: string; name: string; price: number; isDefault: boolean; }