UNPKG

@lifi/types

Version:
6 lines 230 B
import type { _Chain } from './Chain.js'; import type { AddEthereumChainParameter } from './EVMChain.js'; export interface TVMChain extends _Chain { metamask: AddEthereumChainParameter; } //# sourceMappingURL=TVMChain.d.ts.map