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 url: string
type: 'iframe' | 'ws' type: 'iframe' | 'ws'
hash: string hash: string
methods: any methods: string[]
location: string location: string
canActivate: any canActivate: string[]
} }
export type PluginManagerProfile = Profile & { export type PluginManagerProfile = Profile & {

Loading…
Cancel
Save