export interface OperationAmountCurrency {
    symbol: string;
}
