mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
Add Cockpit node
This commit is contained in:
11
packages/nodes-base/nodes/Cockpit/CollectionInterface.ts
Normal file
11
packages/nodes-base/nodes/Cockpit/CollectionInterface.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export interface ICollection {
|
||||
fields?: object;
|
||||
filter?: object;
|
||||
limit?: number;
|
||||
skip?: number;
|
||||
sort?: object;
|
||||
populate?: boolean;
|
||||
simple?: boolean;
|
||||
lang?: string;
|
||||
data?: object;
|
||||
}
|
||||
Reference in New Issue
Block a user