fix: add week and excess_days to BaseRecording type

This commit is contained in:
ValdiANS
2026-05-11 16:51:30 +07:00
parent d0c3581f57
commit 0189733dec
+2
View File
@@ -51,6 +51,8 @@ export type BaseRecording = {
day: number;
is_transition: boolean;
is_laying: boolean;
week: number;
excess_days: number;
} & ProductionMetrics;
export type RecordingDepletion = {