@stackedapp/types 1.7.0 → 1.7.1
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/stacked-types.d.ts +1 -1
- package/package.json +1 -1
package/dist/stacked-types.d.ts
CHANGED
|
@@ -395,7 +395,7 @@ interface IOffer {
|
|
|
395
395
|
/** notes about this offer */
|
|
396
396
|
notes?: string;
|
|
397
397
|
/** if this should be an offer that gets surfaced in real time */
|
|
398
|
-
realTime?:
|
|
398
|
+
realTime?: boolean;
|
|
399
399
|
/** if this offer is tied to other offers for a/b testing, this is the ID that ties
|
|
400
400
|
* all of the offers together
|
|
401
401
|
*/
|