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
10 lines • 390 B
TypeScript
import type { INodeType, INodeTypeDescription, ILoadOptionsFunctions, INodePropertyOptions } from "n8n-workflow";
export declare class Late implements INodeType {
methods: {
loadOptions: {
[k: string]: (this: ILoadOptionsFunctions) => Promise<INodePropertyOptions[]>;
};
};
description: INodeTypeDescription;
}
//# sourceMappingURL=Late.node.d.ts.map