export interface Amount {
    currency: string;
    value: number;
}
