@open-tender/types 0.2.95 → 0.2.96

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.
@@ -99,6 +99,7 @@ export interface MenuItem {
99
99
  export interface MenuItemWithFavorite extends MenuItem {
100
100
  favorite: Favorite;
101
101
  }
102
+ export declare type MenuItemsWithFavorites = MenuItemWithFavorite[];
102
103
  export interface OptionItem extends MenuItem {
103
104
  opt_is_default: boolean;
104
105
  }
@@ -99,6 +99,7 @@ export interface MenuItem {
99
99
  export interface MenuItemWithFavorite extends MenuItem {
100
100
  favorite: Favorite;
101
101
  }
102
+ export declare type MenuItemsWithFavorites = MenuItemWithFavorite[];
102
103
  export interface OptionItem extends MenuItem {
103
104
  opt_is_default: boolean;
104
105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.2.95",
3
+ "version": "0.2.96",
4
4
  "description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",