Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: Add missing Hook.Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Bergman committed Oct 3, 2018
1 parent 7a2a904 commit 9c7e0e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export namespace Hook {
Command: Config.Command.Class
argv: string[]
}>
export type Update = Hook<{}>
export type CommandNotFound = Hook<{
id: string
}>
Expand Down

0 comments on commit 9c7e0e6

Please sign in to comment.