/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403ComplianceEth = { /** * compliance.country.eth.not.supported */ errorCode: string; /** * Customer country not supported for ETH. */ message: string; /** * 403 */ statusCode: number; }