@memberjunction/actions-bizapps-social
Version:
Social Media Actions for MemberJunction - Twitter, LinkedIn, Facebook, Instagram, TikTok, YouTube, HootSuite, Buffer
12 lines (11 loc) • 519 B
text/typescript
// Export base class
export * from './hootsuite-base.action';
// Export all HootSuite actions
export * from './actions/get-scheduled-posts.action';
export * from './actions/create-scheduled-post.action';
export * from './actions/get-analytics.action';
export * from './actions/get-social-profiles.action';
export * from './actions/update-scheduled-post.action';
export * from './actions/delete-scheduled-post.action';
export * from './actions/bulk-schedule-posts.action';
export * from './actions/search-posts.action';