UNPKG

cecon-interfaces

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