/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403AccountCurrency = { /** * ledger.currency.invalid */ errorCode: string; /** * Unable to create an account, unsupported currency. */ message: string; /** * 403 */ statusCode: number; }