/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403OffchainNotSupported = { /** * offchain.not.supported */ errorCode: string; /** * Offchain not supported for account with ${account.currency} currency. */ message: string; /** * 403 */ statusCode: number; }