@bondsports/types 2.2.58 → 2.2.59
Sign up to get free protection for your applications and to get access to all the features.
@@ -65,7 +65,7 @@ export declare class ProgramSeason extends OrganizationConnectionBaseEntity {
|
|
65
65
|
registrationConstraints?: RegistrationConstraint;
|
66
66
|
parentSession: ProgramSeason;
|
67
67
|
facility: Facility;
|
68
|
-
ageCalcDate:
|
68
|
+
ageCalcDate: string;
|
69
69
|
ordinal: number;
|
70
70
|
colorCodeId?: number;
|
71
71
|
colorCode?: ColorCode;
|