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