@laplace.live/internal 1.2.24 → 1.2.25
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/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -753,6 +753,8 @@ export declare namespace LaplaceInternal {
|
|
|
753
753
|
nextPeriod: string
|
|
754
754
|
/** Calculated cycle length based on history (median) or user preference */
|
|
755
755
|
effectiveCycleLength: number
|
|
756
|
+
/** Calculated period length based on history (mean) or user preference */
|
|
757
|
+
effectivePeriodLength: number
|
|
756
758
|
}
|
|
757
759
|
|
|
758
760
|
/**
|