mirror of
https://github.com/sern-handler/handler
synced 2026-06-27 18:22:14 +00:00
refactor: remove unneeded signatures and fix imports
This commit is contained in:
@@ -60,3 +60,11 @@ export interface ImportPayload<T> {
|
||||
absPath: string
|
||||
};
|
||||
|
||||
export interface Wrapper {
|
||||
commands: string;
|
||||
defaultPrefix?: string;
|
||||
events?: string;
|
||||
containerConfig: {
|
||||
get: (...keys: (keyof WebsocketDependencies)[]) => unknown[];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user