@spiffcommerce/core 0.10.151 → 0.10.153
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/main.js +1 -1
- package/dist/module.js +1 -1
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1393,6 +1393,7 @@ export interface SavedDesign {
|
|
|
1393
1393
|
* NOTE: In the future this interface should allow for storing/pulling designs from the server.
|
|
1394
1394
|
*/
|
|
1395
1395
|
declare class DesignService {
|
|
1396
|
+
readonly localPersistenceKey = "designTransactions";
|
|
1396
1397
|
/**
|
|
1397
1398
|
* @param func The function to call when a design is saved.
|
|
1398
1399
|
*/
|