UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

14 lines 496 B
import type { INodeProperties } from 'n8n-workflow'; export declare const memberOperations: INodeProperties[]; export declare const memberFields: INodeProperties[]; type MemberSchema = { email: string; collections: string[]; type: number; accessAll: boolean; externalId: string; }; export type MemberUpdateFields = Omit<MemberSchema, 'email'>; export type MemberCreationAdditionalFields = Omit<MemberSchema, 'email'>; export {}; //# sourceMappingURL=MemberDescription.d.ts.map