Fix types
This commit is contained in:
parent
dbb783c13f
commit
8018f5f25b
|
@ -63,6 +63,9 @@ export interface ComponentContext {
|
|||
type: ComponentContextType
|
||||
scope: ComponentContextScopes
|
||||
actions: any[]
|
||||
url?: Record<string, any>
|
||||
query?: string
|
||||
state?: Record<string, any>
|
||||
}
|
||||
|
||||
export type ComponentContextType = "context" | "action"
|
||||
|
|
Loading…
Reference in New Issue