mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-04 05:43:07 +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 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(
|
export async function handleCatch(
|
||||||
promise?: Promise<Peer[]>
|
promise?: Promise<Peer[]>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user