interface IInput { data: { coopname: string; description?: null | string; issue_id?: null | string; project_hash?: null | string; sort_order?: null | number; status?: null | StoryStatus; story_hash: string; title: string; }; } Properties
data
data: { coopname: string; description?: null | string; issue_id?: null | string; project_hash?: null | string; sort_order?: null | number; status?: null | StoryStatus; story_hash: string; title: string; } Type declaration
coopname: string
Optional description?: null | string
Optional issue_id?: null | string
Optional project_hash?: null | string
Optional sort_order?: null | number
Optional status?: null | StoryStatus
story_hash: string
title: string
Имя аккаунта кооператива