@laplace.live/internal 1.2.30 → 1.2.31
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 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -908,8 +908,8 @@ export declare namespace LaplaceInternal {
|
|
|
908
908
|
periodLength?: number | null
|
|
909
909
|
/** User's preferred cycle length (15-60), or null to clear */
|
|
910
910
|
cycleLength?: number | null
|
|
911
|
-
/** Evidence URL (must be HTTP/HTTPS, max 256 chars) */
|
|
912
|
-
source?: string
|
|
911
|
+
/** Evidence URL (must be HTTP/HTTPS, max 256 chars), or null to remove */
|
|
912
|
+
source?: string | null
|
|
913
913
|
}
|
|
914
914
|
|
|
915
915
|
/**
|