black-diamond-shared 1.0.53 → 1.0.54
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.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -201,9 +201,9 @@ interface TeamStat extends MongoDocument {
|
|
|
201
201
|
total: number;
|
|
202
202
|
};
|
|
203
203
|
};
|
|
204
|
-
form:
|
|
205
|
-
formHome:
|
|
206
|
-
formAway:
|
|
204
|
+
form: string;
|
|
205
|
+
formHome: string;
|
|
206
|
+
formAway: string;
|
|
207
207
|
goals: {
|
|
208
208
|
for: {
|
|
209
209
|
total: {
|
package/dist/index.d.ts
CHANGED
|
@@ -201,9 +201,9 @@ interface TeamStat extends MongoDocument {
|
|
|
201
201
|
total: number;
|
|
202
202
|
};
|
|
203
203
|
};
|
|
204
|
-
form:
|
|
205
|
-
formHome:
|
|
206
|
-
formAway:
|
|
204
|
+
form: string;
|
|
205
|
+
formHome: string;
|
|
206
|
+
formAway: string;
|
|
207
207
|
goals: {
|
|
208
208
|
for: {
|
|
209
209
|
total: {
|