@bondsports/types 2.2.254 → 2.2.255
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.
|
@@ -285,6 +285,7 @@ export interface ICartReservationOptions extends ICreateCartOptions {
|
|
|
285
285
|
shiftId?: number;
|
|
286
286
|
reservation?: DraftReservation;
|
|
287
287
|
updatePrices?: IUpdateCartPrices;
|
|
288
|
+
includeSpaces?: boolean;
|
|
288
289
|
}
|
|
289
290
|
export interface IProductItems {
|
|
290
291
|
[productInfo: string]: {
|