handle todos

This commit is contained in:
Aiden McClelland
2024-03-26 16:21:57 -06:00
parent 33e6be1ca6
commit f9edff8bf4
17 changed files with 58 additions and 278 deletions

View File

@@ -139,7 +139,9 @@ export enum PackageState {
}
export interface CurrentDependencyInfo {
versionRange: string
kind: 'exists' | 'running'
url: string
versionSpec: string
healthChecks: string[] // array of health check IDs
}