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