Update types.d.ts

pull/5370/head
bunsenstraat 3 years ago committed by GitHub
parent f3f9c02d01
commit 4b40527aba
  1. 4
      libs/remix-ui/plugin-manager/src/types.d.ts

@ -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 & {

Loading…
Cancel
Save