From e4064caa201ae1d851fa80292b07bf0cfed0b0df Mon Sep 17 00:00:00 2001 From: Csaba Tuncsik Date: Mon, 19 Jun 2023 12:01:20 +0200 Subject: [PATCH] Revert "build: change file with no testable content" This reverts commit 187cc57291fc2e9756e6b5f7f1b3b7009df4f8c2. --- packages/editor-ui/src/Interface.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/editor-ui/src/Interface.ts b/packages/editor-ui/src/Interface.ts index ccbe6a4309..b79ca557a0 100644 --- a/packages/editor-ui/src/Interface.ts +++ b/packages/editor-ui/src/Interface.ts @@ -1520,7 +1520,3 @@ export interface InstanceUsage { } export type CloudPlanAndUsageData = Cloud.PlanData & { usage: InstanceUsage }; - -export type Test = { - [key: string]: any; -};