From e1e90957cf2861883dcff85e0bf82f8cabd11825 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 28 Aug 2022 22:40:25 -0400 Subject: [PATCH] *Use @lumeweb/relay-types --- src/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin.ts b/src/plugin.ts index 17792cf..8f0683d 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -1,6 +1,6 @@ import config from "./config.js"; import { getRpcServer } from "./rpc/server.js"; -import { PluginAPI, RPCMethod, Plugin } from "./types.js"; +import type { PluginAPI, RPCMethod, Plugin } from "@lumeweb/relay-types"; import slugify from "slugify"; import * as fs from "fs"; import path from "path";