Update types.d.ts

pull/1342/head
bunsenstraat 3 years ago committed by davidzagi93@gmail.com
parent bc62c026c4
commit 3917d989ad
  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