/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403BscBep20Unsupported = { /** * bsc.bep20.unsupported */ errorCode: string; /** * Unsupported ETH BEP20 blockchain. */ message: string; /** * 403 */ statusCode: number; }