mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
build: change file with no testable content
This commit is contained in:
parent
4a049ed6bf
commit
187cc57291
|
@ -1520,3 +1520,7 @@ export interface InstanceUsage {
|
||||||
}
|
}
|
||||||
|
|
||||||
export type CloudPlanAndUsageData = Cloud.PlanData & { usage: InstanceUsage };
|
export type CloudPlanAndUsageData = Cloud.PlanData & { usage: InstanceUsage };
|
||||||
|
|
||||||
|
export type Test = {
|
||||||
|
[key: string]: any;
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in a new issue