@bondsports/types 2.1.18 → 2.1.19
Sign up to get free protection for your applications and to get access to all the features.
@@ -85,9 +85,7 @@ export interface IDiscountItem {
|
|
85
85
|
amount: number;
|
86
86
|
percentage?: number;
|
87
87
|
}
|
88
|
-
export interface
|
88
|
+
export interface ISetDiscountOptions {
|
89
89
|
overrideItems?: boolean;
|
90
|
-
}
|
91
|
-
export interface ICalculateDiscountOptions {
|
92
90
|
maxAmount?: number;
|
93
91
|
}
|