This commit is contained in:
Marcelo
2026-04-24 15:17:28 +00:00
parent 5d3a2c533f
commit 30513ff73d
9 changed files with 337 additions and 155 deletions

View File

@@ -211,9 +211,12 @@ export type RecapMachineDetail = {
export type RecapDetailResponse = {
generatedAt: string;
range: {
requestedMode?: RecapRangeMode;
mode: RecapRangeMode;
start: string;
end: string;
shiftAvailable?: boolean;
fallbackReason?: "shift-unavailable" | "shift-inactive";
};
machine: RecapMachineDetail;
};