use type import
This commit is contained in:
parent
59be53225e
commit
0b4d5c6447
|
@ -1,5 +1,5 @@
|
|||
import type { Peer } from "@libp2p/interface-peer-store";
|
||||
import { IFilter, ILightPush, IStore } from "@waku/interfaces";
|
||||
import type { IFilter, ILightPush, IStore } from "@waku/interfaces";
|
||||
|
||||
export async function handleCatch(
|
||||
promise?: Promise<Peer[]>
|
||||
|
|
Loading…
Reference in New Issue