18 lines
317 B
TypeScript
18 lines
317 B
TypeScript
|
|
/**
|
||
|
|
* Generated by orval v8.3.0 🍺
|
||
|
|
* Do not edit manually.
|
||
|
|
* Mission Control API
|
||
|
|
* OpenAPI spec version: 0.1.0
|
||
|
|
*/
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Work-in-progress point split by task status buckets.
|
||
|
|
*/
|
||
|
|
export interface DashboardWipPoint {
|
||
|
|
done: number;
|
||
|
|
in_progress: number;
|
||
|
|
inbox: number;
|
||
|
|
period: string;
|
||
|
|
review: number;
|
||
|
|
}
|