Commit 3917d989 authored by bunsenstraat's avatar bunsenstraat Committed by davidzagi93@gmail.com

Update types.d.ts

parent bc62c026
...@@ -178,13 +178,17 @@ export interface FormStateProps { ...@@ -178,13 +178,17 @@ 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
<<<<<<< HEAD <<<<<<< HEAD
<<<<<<< HEAD
canActivate?: any canActivate?: any
======= =======
canActivate: any canActivate: any
>>>>>>> ceb5496f4 (fix whitespaces and canactivate) >>>>>>> ceb5496f4 (fix whitespaces and canactivate)
=======
canActivate: string[]
>>>>>>> cb86d9b5a (Update types.d.ts)
} }
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