1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-11-09 17:50:52 +03:00

build: change file with no testable content

This commit is contained in:
Csaba Tuncsik 2023-06-19 11:52:21 +02:00
parent 4a049ed6bf
commit 187cc57291

View File

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