@bondsports/types 2.2.85 → 2.2.86
Sign up to get free protection for your applications and to get access to all the features.
@@ -31,7 +31,7 @@ export declare class CreatePricingWithScheduleDto {
|
|
31
31
|
}
|
32
32
|
export declare class CreateRentalPricesDto {
|
33
33
|
type: PriceTypeEnum;
|
34
|
-
defaultPricing
|
34
|
+
defaultPricing?: CreatePricingWithScheduleDto;
|
35
35
|
customPricing?: CreatePricingWithScheduleDto[];
|
36
36
|
}
|
37
37
|
export declare class CreateRentalProductPackageDto {
|