/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403OrderCurrency1NotFound = { /** * trade.currency1AccountId.not.exists */ errorCode: string; /** * Unable to find currency1 account ${trade.currency1AccountId}. */ message: string; /** * 403 */ statusCode: number; }