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:
parent
4a049ed6bf
commit
187cc57291
@ -1520,3 +1520,7 @@ export interface InstanceUsage {
|
||||
}
|
||||
|
||||
export type CloudPlanAndUsageData = Cloud.PlanData & { usage: InstanceUsage };
|
||||
|
||||
export type Test = {
|
||||
[key: string]: any;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user