@bondsports/types 2.2.247 → 2.2.248
Sign up to get free protection for your applications and to get access to all the features.
@@ -298,6 +298,7 @@ export interface ISaveReservationOptions {
|
|
298
298
|
platform?: PlatformsEnum;
|
299
299
|
shiftId?: number;
|
300
300
|
updatePrices?: IUpdateCartPrices;
|
301
|
+
draftReservation?: DraftReservation;
|
301
302
|
addToReservationId?: number;
|
302
303
|
}
|
303
304
|
export interface IGetDraftReservationSlotsFilter {
|