*PluginAPI needs to be exported

This commit is contained in:
Derrick Hammer 2022-12-19 15:13:20 -05:00
parent 6da33f1352
commit b3519688d4
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export interface Plugin {
default?: Plugin;
}
declare class PluginAPI extends EventEmitter2 {
export declare class PluginAPI extends EventEmitter2 {
private _server;
constructor({
config,