@scoreboardmax/api-types 1.0.38 → 1.0.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/dist/internal.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -491,6 +491,7 @@ export interface BasketballSettings extends ScoreboardSettingsBase {
|
|
|
491
491
|
shotClockLength?: number;
|
|
492
492
|
shotClockSecondaryLength?: number;
|
|
493
493
|
halfLength: number;
|
|
494
|
+
overtimeLength: number;
|
|
494
495
|
showGameClock: boolean;
|
|
495
496
|
showShotClock: boolean;
|
|
496
497
|
showTimeouts: boolean;
|
package/dist/internal.d.ts
CHANGED
|
@@ -509,6 +509,7 @@ export interface BasketballSettings extends ScoreboardSettingsBase {
|
|
|
509
509
|
shotClockLength?: number;
|
|
510
510
|
shotClockSecondaryLength?: number;
|
|
511
511
|
halfLength: number;
|
|
512
|
+
overtimeLength: number;
|
|
512
513
|
showGameClock: boolean;
|
|
513
514
|
showShotClock: boolean;
|
|
514
515
|
showTimeouts: boolean;
|