kin: KIN-INFRA-007 Рефакторинг: убрать дублирование VALID_RUNTIMES и перенести import'ы из функции

This commit is contained in:
Gros Frumos 2026-03-17 18:30:26 +02:00
parent e63703ad33
commit c30a4c0fc4
4 changed files with 9 additions and 8 deletions

View file

@ -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
}