mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 23:05:46 +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;
|
||||
is_transition: boolean;
|
||||
is_laying: boolean;
|
||||
week: number;
|
||||
excess_days: number;
|
||||
} & ProductionMetrics;
|
||||
|
||||
export type RecordingDepletion = {
|
||||
|
||||
Reference in New Issue
Block a user