n8n-nodes-late
Version:
n8n community node for LATE API - Schedule and manage social media posts across Twitter/X, Instagram, Facebook, LinkedIn, TikTok, YouTube, and Threads
6 lines • 474 B
TypeScript
import type { INodeProperties } from "n8n-workflow";
import type { LateResource, LateResourceModule } from "../types";
export declare function buildResourceSelector(): INodeProperties;
export declare function buildOperationSelector(resource: LateResource, resourceModule: LateResourceModule): INodeProperties;
export declare function buildNodeProperties(resourceModules: Record<LateResource, LateResourceModule>): INodeProperties[];
//# sourceMappingURL=nodeBuilder.d.ts.map