*ts-ignore
This commit is contained in:
parent
2f3ca517b3
commit
998076824d
|
@ -1,3 +1,4 @@
|
|||
// @ts-ignore
|
||||
import type { Ed25519Keypair, Err } from "libskynet";
|
||||
import { OverwriteDataFn, ReadDataFn } from "./index.js";
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ import { Logger } from "loglevel";
|
|||
import { RPCMethod, RPCServer } from "./rpc.js";
|
||||
import { IndependentFileSmall, SavedSslData, SslData } from "./files.js";
|
||||
import type { express } from "express";
|
||||
// @ts-ignore
|
||||
import type { Err } from "libskynet";
|
||||
|
||||
export type PluginFunction = (api: PluginAPI) => Promise<void>;
|
||||
|
|
Loading…
Reference in New Issue