*We only need the type for RPCResponse

This commit is contained in:
Derrick Hammer 2022-08-28 15:17:11 -04:00
parent e7aedc9950
commit 0b3c061213
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
import type { Plugin, PluginAPI } from "@lumeweb/relay";
import { RPCResponse } from "@lumeweb/relay";
import type { Plugin, PluginAPI, RPCResponse } from "@lumeweb/relay";
const plugin: Plugin = {
name: "core",