kin: KIN-INFRA-007 Рефакторинг: убрать дублирование VALID_RUNTIMES и перенести import'ы из функции
This commit is contained in:
parent
e63703ad33
commit
c30a4c0fc4
4 changed files with 9 additions and 8 deletions
|
|
@ -199,6 +199,8 @@ export interface TaskFull extends Task {
|
|||
pipeline_steps: PipelineStep[]
|
||||
related_decisions: Decision[]
|
||||
project_deploy_command: string | null
|
||||
project_deploy_host: string | null
|
||||
project_deploy_path: string | null
|
||||
project_deploy_runtime: string | null
|
||||
pipeline_id: string | null
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue