export interface IAddOn { id: string | number; name: string; groupName: string | null; price: string; cost: string; quantity: string | number; }