blob: 42dc90c90036bf8c8e639eaac5ad238e1f9a9e06 [file] [log] [blame]
// DO NOT EDIT. This file is automatically generated.
export interface Annotation {
Message: string;
User: string;
Timestamp: string;
}
export interface Description {
Mode: Mode;
Annotation: Annotation;
Dimensions: SwarmingDimensions;
PodName: string;
KubernetesImage: string;
ScheduledForDeletion: string;
PowerCycle: boolean;
LastUpdated: string;
Battery: number;
Temperature: { [key: string]: number };
RunningSwarmingTask: boolean;
RecoveryStart: string;
DeviceUptime: number;
}
export type Mode = "available" | "maintenance" | "recovery";
export type SwarmingDimensions = { [key: string]: string[] | null };