/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403OrderFeeIncompatible = { /** * trade.currency.fee */ errorCode: string; /** * Incompatible currencies for currency1 and fee account. */ message: string; /** * 403 */ statusCode: number; }