interface IInput { data: { content_format?: null | CapitalStoryContentFormat; description?: null | string; issue_hash?: null | string; project_hash?: null | string; sort_order?: null | number; status?: null | StoryStatus; story_hash: string; title?: null | string; }; } Properties
data
data: { content_format?: null | CapitalStoryContentFormat; description?: null | string; issue_hash?: null | string; project_hash?: null | string; sort_order?: null | number; status?: null | StoryStatus; story_hash: string; title?: null | string; } Type declaration
Optional description?: null | string
Optional issue_hash?: null | string
Optional project_hash?: null | string
Optional sort_order?: null | number
Optional status?: null | StoryStatus
story_hash: string
Optional title?: null | string
Формат тела требования (MARKDOWN, BPMN, DRAWIO, MERMAID)