feat(plugin): add dispose hook (#29493)
This commit is contained in:
@@ -220,6 +220,7 @@ export type ProviderHook = {
|
||||
export type AuthOuathResult = AuthOAuthResult
|
||||
|
||||
export interface Hooks {
|
||||
dispose?: () => Promise<void>
|
||||
event?: (input: { event: Event }) => Promise<void>
|
||||
config?: (input: Config) => Promise<void>
|
||||
tool?: {
|
||||
|
||||
Reference in New Issue
Block a user