UNPKG

mobyo-interfaces

Version:
11 lines (10 loc) 228 B
export interface IProductDetailV2 { kosher: boolean; noDairy: boolean; noGluten: boolean; noSugar: boolean; organic: boolean; sauceSpicy: 0 | 1 | 2 | 3 | 4; vegan: boolean; vegetarian: boolean; }