Update types.d.ts

pull/5370/head
bunsenstraat 3 years ago committed by davidzagi93@gmail.com
parent 638a48eb05
commit c56fff60b5
  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