From 17249d0bc4ff40ede0988e8dae9ee5c3fc8166f5 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Mon, 13 Sep 2021 11:00:27 +0200 Subject: [PATCH] Update types.d.ts --- libs/remix-ui/plugin-manager/src/types.d.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libs/remix-ui/plugin-manager/src/types.d.ts b/libs/remix-ui/plugin-manager/src/types.d.ts index 7e71f67815..53135dd7d0 100644 --- a/libs/remix-ui/plugin-manager/src/types.d.ts +++ b/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 & {