Skip to content

Commit

Permalink
fix(api): on.editInspectorState set type
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 8, 2022
1 parent db2eca9 commit 275d147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/api/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export type HookPayloads = {
path: string[]
type: string
state: EditStatePayload
set: (object: any, path: string | (string[]), value: any, cb?: (object: any, field: string, value: any) => void) => void
set: (object: any, path?: string | (string[]), value?: any, cb?: (object: any, field: string, value: any) => void) => void
}
[Hooks.SET_PLUGIN_SETTINGS]: {
app: App
Expand Down

0 comments on commit 275d147

Please sign in to comment.