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

Commit 9c7e0e6

Browse files
author
Bob Bergman
committed
fix: Add missing Hook.Update
1 parent 7a2a904 commit 9c7e0e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hooks.ts

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export namespace Hook {
3838
Command: Config.Command.Class
3939
argv: string[]
4040
}>
41+
export type Update = Hook<{}>
4142
export type CommandNotFound = Hook<{
4243
id: string
4344
}>

0 commit comments

Comments
 (0)