mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
dep copy change
This commit is contained in:
committed by
Aiden McClelland
parent
38e2fb9acd
commit
f9bdf1bc71
@@ -305,7 +305,6 @@ export type DependencyError = DependencyErrorNotInstalled |
|
||||
DependencyErrorIncorrectVersion |
|
||||
DependencyErrorConfigUnsatisfied |
|
||||
DependencyErrorHealthChecksFailed |
|
||||
DependencyErrorInterfaceHealthChecksFailed |
|
||||
DependencyErrorTransitive
|
||||
|
||||
export enum DependencyErrorType {
|
||||
@@ -342,11 +341,6 @@ export interface DependencyErrorHealthChecksFailed {
|
||||
check: HealthCheckResult
|
||||
}
|
||||
|
||||
export interface DependencyErrorInterfaceHealthChecksFailed {
|
||||
type: DependencyErrorType.InterfaceHealthChecksFailed
|
||||
failures: { [id: string]: HealthCheckResult }
|
||||
}
|
||||
|
||||
export interface DependencyErrorTransitive {
|
||||
type: DependencyErrorType.Transitive
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user