UNPKG

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

9 lines 326 B
/** * Pre-send hook for posts create operation */ export declare function postsCreatePreSend(this: any, requestOptions: any): Promise<any>; /** * Pre-send hook for posts update operation */ export declare function postsUpdatePreSend(this: any, requestOptions: any): Promise<any>; //# sourceMappingURL=routingHooks.d.ts.map