export interface IIFoodOrderAdditionalFeeLiability {
    description?: string;
    name: string;
    percentage: number;
}
