Update types.d.ts

pull/5370/head
bunsenstraat 3 years ago committed by davidzagi93@gmail.com
parent 9866a71c04
commit 5c16278f28
  1. 6
      libs/remix-ui/plugin-manager/src/types.d.ts

@ -178,13 +178,17 @@ export interface FormStateProps {
url: string
type: 'iframe' | 'ws'
hash: string
methods: any
methods: string[]
location: string
<<<<<<< HEAD
<<<<<<< HEAD
canActivate?: any
=======
canActivate: any
>>>>>>> ceb5496f4 (fix whitespaces and canactivate)
=======
canActivate: string[]
>>>>>>> cb86d9b5a (Update types.d.ts)
}
export type PluginManagerProfile = Profile & {

Loading…
Cancel
Save