UNPKG

instagram-publisher

Version:

Publish Instagram Images, Image Slideshows, Video Reels & Stories via NodeJS

6 lines (5 loc) 176 B
import { PostPublished } from '../../types'; declare function createStory({ upload_id, }: { upload_id: string; }): Promise<PostPublished>; export default createStory;