UNPKG

@memberjunction/actions-bizapps-social

Version:

Social Media Actions for MemberJunction - Twitter, LinkedIn, Facebook, Instagram, TikTok, YouTube, HootSuite, Buffer

20 lines 687 B
import { HootSuiteBaseAction } from '../hootsuite-base.action'; import { ActionParam, ActionResultSimple, RunActionParams } from '@memberjunction/actions-base'; /** * Action to update a scheduled post in HootSuite */ export declare class HootSuiteUpdateScheduledPostAction extends HootSuiteBaseAction { /** * Update a scheduled post in HootSuite */ protected InternalRunAction(params: RunActionParams): Promise<ActionResultSimple>; /** * Define the parameters this action expects */ get Params(): ActionParam[]; /** * Get action description */ get Description(): string; } //# sourceMappingURL=update-scheduled-post.action.d.ts.map