interface PostStoryResult {
    media: StoryMedia;
    status: string;
}

Properties

Properties

media: StoryMedia
status: string