n8n-nodes-base
Version:
Base nodes of n8n
8 lines • 339 B
TypeScript
import type { IDataObject, INodeProperties } from 'n8n-workflow';
export declare const collectionOperations: INodeProperties[];
export declare const collectionFields: INodeProperties[];
export type CollectionUpdateFields = IDataObject & {
groups: string[];
externalId: string;
};
//# sourceMappingURL=CollectionDescription.d.ts.map