@scoreboardmax/api-types 1.0.22-next.11 → 1.0.22-next.12
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/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -425,6 +425,7 @@ export interface BaseballSettings extends ScoreboardSettingsBase {
|
|
|
425
425
|
showPitchClock: boolean;
|
|
426
426
|
showPitchClockWhenLow: boolean;
|
|
427
427
|
enableClockAutomations: boolean;
|
|
428
|
+
innings: number;
|
|
428
429
|
}
|
|
429
430
|
export interface BaseballSettingsRequest extends BaseballSettings {
|
|
430
431
|
}
|