Revert "build: change file with no testable content"

This reverts commit 187cc57291.
This commit is contained in:
Csaba Tuncsik 2023-06-19 12:01:20 +02:00
parent 187cc57291
commit e4064caa20

View file

@ -1520,7 +1520,3 @@ export interface InstanceUsage {
}
export type CloudPlanAndUsageData = Cloud.PlanData & { usage: InstanceUsage };
export type Test = {
[key: string]: any;
};