@mediahub-bg/ott-objects 0.5.43 → 0.5.45
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/package.json +1 -1
- package/web/types.ts +1 -0
package/package.json
CHANGED
package/web/types.ts
CHANGED
|
@@ -628,6 +628,7 @@ export interface SportTeamParticipant extends SportObjectCommon {
|
|
|
628
628
|
name: string;
|
|
629
629
|
countryName: string;
|
|
630
630
|
isNationalTeam: boolean;
|
|
631
|
+
toBeDecided: boolean;
|
|
631
632
|
customRank: number /* int */;
|
|
632
633
|
}
|
|
633
634
|
export interface SportEventElapsed extends SportObjectCommon {
|