@cuemath/leap 2.8.25-rj-0 → 2.8.25-rj-2
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 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -2743,7 +2743,7 @@ declare interface ITimeStampsResponseModel {
|
|
2743
2743
|
rush_hour_end_timestamp?: number;
|
2744
2744
|
}
|
2745
2745
|
|
2746
|
-
declare interface ITodaysContentTimeStamps {
|
2746
|
+
export declare interface ITodaysContentTimeStamps {
|
2747
2747
|
current: number;
|
2748
2748
|
startTimestamp: number;
|
2749
2749
|
endTimestamp: number;
|