From 5ba9981da09647bfae3d017ba90e8fe18009015e Mon Sep 17 00:00:00 2001 From: Igor Vinokur Date: Wed, 16 Jan 2019 15:13:48 +0200 Subject: [PATCH] Change TaskConfiguration field to be competable with Theia core --- extensions/eclipse-che-theia-plugin/src/che-proposed.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/eclipse-che-theia-plugin/src/che-proposed.d.ts b/extensions/eclipse-che-theia-plugin/src/che-proposed.d.ts index 19298cc01..8fcf09dd4 100644 --- a/extensions/eclipse-che-theia-plugin/src/che-proposed.d.ts +++ b/extensions/eclipse-che-theia-plugin/src/che-proposed.d.ts @@ -123,6 +123,6 @@ declare module '@eclipse-che/plugin' { readonly label: string; /** Additional task type specific properties. */ - readonly [key: string]: string; + readonly [key: string]: any; } }