@bondsports/types 2.2.177 → 2.2.178
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,3 @@
|
|
1
|
-
import * as moment from 'moment';
|
2
1
|
import { ICreateCartOptions, IUpdateCartPrices } from '../../../cart/types/interfaces/cart.interfaces';
|
3
2
|
import { PaginationQuery } from '../../../dto/general.dto';
|
4
3
|
import { Customer } from '../../../entity/Customer';
|
@@ -57,8 +56,8 @@ export interface IReservationV1 {
|
|
57
56
|
name?: string;
|
58
57
|
}
|
59
58
|
export declare class ISlotDate {
|
60
|
-
startDate:
|
61
|
-
endDate:
|
59
|
+
startDate: string;
|
60
|
+
endDate: string;
|
62
61
|
}
|
63
62
|
export interface IProductQuantity {
|
64
63
|
productId: number;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"reservation.interfaces.js","sourceRoot":"","sources":["../../../../../src/types/reservations/types/interfaces/reservation.interfaces.ts"],"names":[],"mappings":";;;
|
1
|
+
{"version":3,"file":"reservation.interfaces.js","sourceRoot":"","sources":["../../../../../src/types/reservations/types/interfaces/reservation.interfaces.ts"],"names":[],"mappings":";;;AAgGA,MAAa,SAAS;CAGrB;AAHD,8BAGC"}
|