@bondsports/types 2.2.254 → 2.2.255
Sign up to get free protection for your applications and to get access to all the features.
@@ -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]: {
|