fix: fixup multi problem
This commit is contained in:
+12
-4
@@ -87,11 +87,19 @@ export interface Contact {
|
||||
created_at: string
|
||||
}
|
||||
|
||||
export interface ComponentState {
|
||||
phase: string
|
||||
cpu_milli: number
|
||||
cpu_limit_milli: number
|
||||
memory_mi: number
|
||||
memory_limit_mi: number
|
||||
}
|
||||
|
||||
export interface DemoState {
|
||||
api_state: string
|
||||
web_state: string
|
||||
db_state: string
|
||||
dbm_state: string
|
||||
api: ComponentState
|
||||
web: ComponentState
|
||||
db: ComponentState
|
||||
dbm: ComponentState
|
||||
}
|
||||
|
||||
export interface DemoDetails {
|
||||
|
||||
Reference in New Issue
Block a user