*We only need the type for RPCResponse
This commit is contained in:
parent
e7aedc9950
commit
0b3c061213
|
@ -1,5 +1,4 @@
|
||||||
import type { Plugin, PluginAPI } from "@lumeweb/relay";
|
import type { Plugin, PluginAPI, RPCResponse } from "@lumeweb/relay";
|
||||||
import { RPCResponse } from "@lumeweb/relay";
|
|
||||||
|
|
||||||
const plugin: Plugin = {
|
const plugin: Plugin = {
|
||||||
name: "core",
|
name: "core",
|
||||||
|
|
Reference in New Issue