rework Embassy tab, fix error type in patch-db, fix response type for embassy updates

This commit is contained in:
Matt Hill
2021-10-14 10:00:16 -06:00
committed by Aiden McClelland
parent 2f865a1953
commit 933481cd7d
24 changed files with 126 additions and 191 deletions

View File

@@ -334,7 +334,7 @@ export interface DependencyErrorIncorrectVersion {
export interface DependencyErrorConfigUnsatisfied {
type: DependencyErrorType.ConfigUnsatisfied
errors: string[]
error: string
}
export interface DependencyErrorHealthChecksFailed {