mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
fix: add week and excess_days to BaseRecording type
This commit is contained in:
+2
@@ -51,6 +51,8 @@ export type BaseRecording = {
|
|||||||
day: number;
|
day: number;
|
||||||
is_transition: boolean;
|
is_transition: boolean;
|
||||||
is_laying: boolean;
|
is_laying: boolean;
|
||||||
|
week: number;
|
||||||
|
excess_days: number;
|
||||||
} & ProductionMetrics;
|
} & ProductionMetrics;
|
||||||
|
|
||||||
export type RecordingDepletion = {
|
export type RecordingDepletion = {
|
||||||
|
|||||||
Reference in New Issue
Block a user