mirror of
https://github.com/sern-handler/handler
synced 2026-06-16 04:42:16 +00:00
fix(structxports) forgot to export top level types
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import Context from './context';
|
||||
import * as Modules from './commands/module';
|
||||
import type { SlashCommand, TextCommand, BothCommand } from './commands/module';
|
||||
import type Wrapper from './wrapper';
|
||||
|
||||
export {
|
||||
Context,
|
||||
Modules,
|
||||
SlashCommand,
|
||||
TextCommand,
|
||||
BothCommand,
|
||||
Wrapper
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user