diff --git a/src/hooks.ts b/src/hooks.ts index b9375c00..2308dbc4 100644 --- a/src/hooks.ts +++ b/src/hooks.ts @@ -38,6 +38,7 @@ export namespace Hook { Command: Config.Command.Class argv: string[] }> + export type Update = Hook<{}> export type CommandNotFound = Hook<{ id: string }>