export default interface Addon { id: string; quantity?: number; quantity_in_decimal?: string; }