@stackedapp/types 1.7.1 → 1.8.0
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 +2 -0
- package/package.json +1 -1
package/dist/stacked-types.d.ts
CHANGED
|
@@ -388,6 +388,8 @@ interface IOffer {
|
|
|
388
388
|
/** for grouping offers together if they are assocaited with each othert for easy rendering in front-end */
|
|
389
389
|
groupId?: string;
|
|
390
390
|
name: string;
|
|
391
|
+
/** Custom tab name for grouped offers - displays instead of name when set */
|
|
392
|
+
tabName?: string;
|
|
391
393
|
/** how high of a priority is this offer in comparison to other offers? 1 is highest priority */
|
|
392
394
|
priority?: number;
|
|
393
395
|
description: string;
|