mirror of
https://github.com/sern-handler/handler
synced 2026-06-28 02:32:15 +00:00
chore: move operators into core
This commit is contained in:
@@ -9,6 +9,7 @@ interface Wrapper {
|
||||
readonly defaultPrefix?: string;
|
||||
readonly commands: string;
|
||||
readonly events?: string;
|
||||
readonly strategy: PlatformStrategy;
|
||||
readonly containerConfig: {
|
||||
get: (...keys: (keyof Dependencies)[]) => unknown[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user