Archived
1
0

plugin.d.ts -> pluginapi.d.ts

More clear.
This commit is contained in:
Anmol Sethi
2020-11-03 17:13:21 -05:00
parent 6638daf6f0
commit fed545e67d
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import * as express from "express"
import * as path from "path"
import * as pluginapi from "../../../typings/plugin"
import * as pluginapi from "../../../typings/pluginapi"
export function init(config: pluginapi.PluginConfig) {
config.logger.debug("test-plugin loaded!")