use type import

This commit is contained in:
danisharora099 2023-09-15 17:03:30 +05:30
parent 59be53225e
commit 0b4d5c6447
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
1 changed files with 1 additions and 1 deletions

View File

@ -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[]>