UNPKG

@memberjunction/actions-bizapps-social

Version:

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

28 lines 823 B
import { YouTubeBaseAction } from '../youtube-base.action.js'; import { ActionParam, ActionResultSimple, RunActionParams } from '@memberjunction/actions-base'; /** * Action to create a playlist on YouTube */ export declare class YouTubeCreatePlaylistAction extends YouTubeBaseAction { /** * Create a playlist on YouTube */ protected InternalRunAction(params: RunActionParams): Promise<ActionResultSimple>; /** * Add videos to a playlist */ private addVideosToPlaylist; /** * 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=create-playlist.action.d.ts.map