import { InputStoryContent } from './InputStoryContent.generated'; import { MessageEntity } from './MessageEntity.generated'; import { StoryArea } from './StoryArea.generated'; export interface EditStoryOptionsApplicationJson { business_connection_id: string; story_id: number; content: InputStoryContent; caption?: string; parse_mode?: string; caption_entities?: Array; areas?: Array; }