We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549f544 commit 3a66e93Copy full SHA for 3a66e93
packages/webui/src/client/lib/rundownTiming.ts
@@ -759,8 +759,8 @@ export interface RundownTimingContext {
759
partExpectedDurations?: Record<string, number>
760
/** Remaining time on current part */
761
remainingTimeOnCurrentPart?: number
762
- /** Remaining budget on current segment, if its countdownType === CountdownType.SEGMENT_BUDGET_DURATION */
763
- remainingBudgetOnCurrentSegment?: number
+ /** Remaining budget on current segment, if its countdownType === CountdownType.SEGMENT_BUDGET_DURATION, undefined otherwise */
+ remainingBudgetOnCurrentSegment?: number | undefined
764
/** Current part will autoNext */
765
currentPartWillAutoNext?: boolean
766
/** Current time of this calculation */
0 commit comments