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