Unverified Commit cb86d9b5 authored by bunsenstraat's avatar bunsenstraat Committed by GitHub

Update types.d.ts

parent 04a121a3
...@@ -178,9 +178,9 @@ export interface FormStateProps { ...@@ -178,9 +178,9 @@ export interface FormStateProps {
url: string url: string
type: 'iframe' | 'ws' type: 'iframe' | 'ws'
hash: string hash: string
methods: any methods: string[]
location: string location: string
canActivate: any canActivate: string[]
} }
export type PluginManagerProfile = Profile & { export type PluginManagerProfile = Profile & {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment