@ -178,9 +178,9 @@ export interface FormStateProps {
url: string
type: 'iframe' | 'ws'
hash: string
methods: any
methods: string[]
location: string
canActivate: any
canActivate: string[]
}
export type PluginManagerProfile = Profile & {