mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
changed default value of Module<T> to void
This commit is contained in:
@@ -139,7 +139,7 @@ export interface Wrapper {
|
||||
/**
|
||||
* @interface - Modules that are used in command files
|
||||
*/
|
||||
export interface Module<T = string> {
|
||||
export interface Module<T = void> {
|
||||
alias: string[],
|
||||
desc: string,
|
||||
visibility: Visibility,
|
||||
|
||||
Reference in New Issue
Block a user