UNPKG

@memberjunction/actions-bizapps-social

Version:

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

24 lines 765 B
import { YouTubeBaseAction } from '../youtube-base.action.js'; import { ActionParam, ActionResultSimple, RunActionParams } from '@memberjunction/actions-base'; /** * Action to schedule a YouTube video for publishing */ export declare class YouTubeScheduleVideoAction extends YouTubeBaseAction { /** * Schedule a video for publishing on YouTube */ protected InternalRunAction(params: RunActionParams): Promise<ActionResultSimple>; /** * Get error code from error message */ private getErrorCode; /** * Define the parameters this action expects */ get Params(): ActionParam[]; /** * Metadata about this action */ get Description(): string; } //# sourceMappingURL=schedule-video.action.d.ts.map