mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
chore: Update the types for changes that Matt wanted with sdk + examples
This commit is contained in:
@@ -600,7 +600,8 @@ export type KnownError =
|
||||
|
||||
export type Dependency = {
|
||||
id: PackageId
|
||||
kind: DependencyKind
|
||||
versionSpec: string
|
||||
url: string
|
||||
} & ({ kind: "exists" } | { kind: "running"; healthChecks: string[] })
|
||||
export type Dependencies = Array<Dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user