UNPKG

wallet-ethers-next

Version:
7 lines (6 loc) 185 B
import { Config, LoginOptions } from "@particle-network/auth"; interface IParticleConfig { networkConfig: Config; loginOptions: LoginOptions; } export type { IParticleConfig };