diff --git a/src/types.ts b/src/types.ts index 30ea65a..4834789 100644 --- a/src/types.ts +++ b/src/types.ts @@ -5,6 +5,7 @@ import { P2PService } from "./service/p2p.js"; import { RegistryService } from "./service/registry.js"; import { S5Node } from "#node.js"; import Unpacker from "#serialization/unpack.js"; +import type { URL } from "url"; export interface Peer { id: NodeId;