/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403SolanaBep20NotFound = { /** * erc20.token.notFound */ errorCode: string; /** * No such ERC20 currency ${name}. */ message: string; /** * 403 */ statusCode: number; }