@coopenomics/sdk
    Preparing search index...
    interface IInput {
        data: {
            coopname: string;
            description?: string | null;
            issue_hash?: string | null;
            project_hash?: string | null;
            sort_order?: number | null;
            status?: StoryStatus | null;
            story_hash: string;
            title: string;
        };
    }
    Index

    Properties

    Properties

    data: {
        coopname: string;
        description?: string | null;
        issue_hash?: string | null;
        project_hash?: string | null;
        sort_order?: number | null;
        status?: StoryStatus | null;
        story_hash: string;
        title: string;
    }

    Type Declaration

    • coopname: string

      Имя аккаунта кооператива

    • Optionaldescription?: string | null

      Описание истории

    • Optionalissue_hash?: string | null

      Хеш задачи (если история привязана к задаче)

    • Optionalproject_hash?: string | null

      Хеш проекта (если история привязана к проекту)

    • Optionalsort_order?: number | null

      Порядок сортировки

    • Optionalstatus?: StoryStatus | null

      Статус истории

    • story_hash: string

      Хеш истории для внешних ссылок

    • title: string

      Название истории