UNPKG

cecon-interfaces

Version:
12 lines (11 loc) 220 B
export interface IIFoodCategoryPizzaCrusts { id: string; name: string; status: string; externalCode: string; index: number; price: { value: number; originalValue: number; }; }