export interface IIFoodHandshakeAmount {
    value: string;
    currency: string;
}
