interface IInput {
    data: {
        issue_hash: string;
        target_project_hash: string;
    };
}

Properties

Properties

data: {
    issue_hash: string;
    target_project_hash: string;
}

Type declaration

  • issue_hash: string

    Хеш задачи

  • target_project_hash: string

    project_hash компонента, в который переносим задачу