/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403AccountXpub = { /** * account.xpub.present */ errorCode: string; /** * Unable to create ${account.currency} account with xpub. */ message: string; /** * 403 */ statusCode: number; }