@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