interface EthSubKind implements Enumimport { type EthSubKind } from "https://deno.land/x/polkadot@0.2.17/types/interfaces/index.ts"; PropertiesreadonlyisNewHeads: booleanreadonlyisLogs: booleanreadonlyisNewPendingTransactions: booleanreadonlyisSyncing: booleanreadonlytype: | "NewHeads" | "Logs" | "NewPendingTransactions" | "Syncing"