mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-02-05 19:53:51 +00:00
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…
x
Reference in New Issue
Block a user