refactor(tui): switch to global events and start passing workspace param (#21719)
This commit is contained in:
@@ -1011,6 +1011,8 @@ export type Event =
|
||||
|
||||
export type GlobalEvent = {
|
||||
directory: string
|
||||
project?: string
|
||||
workspace?: string
|
||||
payload: Event
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user