diff --git a/src/types/handler/handler.ts b/src/types/handler/handler.ts index 4c0c2d0..b061215 100644 --- a/src/types/handler/handler.ts +++ b/src/types/handler/handler.ts @@ -26,5 +26,7 @@ export type Context = { } export type ParseType = { text : [arg: string]; - slash : [options : Omit] + slash : [SlashOptions] }; + +export type SlashOptions = Omit; \ No newline at end of file