/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403OffchainCheck = { /** * withdrawal.check.currency */ errorCode: string; /** * Withdrawal check available only for ETH based currencies. */ message: string; /** * 403 */ statusCode: number; }