@bondsports/types 2.2.140 → 2.2.141
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,6 @@ import { IProductResource } from './porduct-resource.interfaces';
|
|
8
8
|
export interface IGetCurrentPricesOptions {
|
9
9
|
userId?: number;
|
10
10
|
answers?: QuestionAnswersDto[];
|
11
|
-
prefetchedPrices?: Price[];
|
12
11
|
resources?: IProductResource[];
|
13
12
|
}
|
14
13
|
export interface IGetProductsByTypeOptions extends IPagination {
|