@open-tender/types
Advanced tools
Comparing version 0.0.60 to 0.0.61
@@ -0,1 +1,2 @@ | ||
import { Favorite } from './favorite'; | ||
import { NutritionalInfo } from './menu'; | ||
@@ -90,4 +91,5 @@ import { OrderItemImages } from './order'; | ||
isSoldOut?: boolean; | ||
favorite?: Favorite; | ||
} | ||
export declare type Cart = Array<CartItem>; | ||
export declare type CartCounts = Record<string, number>; |
@@ -0,1 +1,2 @@ | ||
import { Favorite } from './favorite'; | ||
import { NutritionalInfo } from './menu'; | ||
@@ -90,4 +91,5 @@ import { OrderItemImages } from './order'; | ||
isSoldOut?: boolean; | ||
favorite?: Favorite; | ||
} | ||
export declare type Cart = Array<CartItem>; | ||
export declare type CartCounts = Record<string, number>; |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.0.60", | ||
"version": "0.0.61", | ||
"description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
184013
6452