Type alias AppBaseMetadata

AppBaseMetadata: Identity & {
    app_id: string;
    messages: string[];
    status: "STARTING" | "HEALTHY" | "UNHEALTHY" | "DEGRADED" | "DELETING" | "DELETED" | "PAUSING" | "PAUSED" | "RESUMING";
    version: string;
}

Type declaration

  • app_id: string
  • messages: string[]
  • status: "STARTING" | "HEALTHY" | "UNHEALTHY" | "DEGRADED" | "DELETING" | "DELETED" | "PAUSING" | "PAUSED" | "RESUMING"
  • version: string