Type Alias: StatusMetric
type StatusMetric = object;
Defined in: gen/types.gen.ts:3327
Metric for a single job status.
Properties
count
count: number;
Defined in: gen/types.gen.ts:3331
Number of jobs in this status.
lastUpdatedAt
lastUpdatedAt: string;
Defined in: gen/types.gen.ts:3335
ISO 8601 timestamp of the last update for this status.