@bondsports/types 2.2.62 → 2.2.63
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,6 @@ import { PaginationQuery } from '../../dto/general.dto';
|
|
2
2
|
import { CustomerTypeEnum } from '../../services/enums.service';
|
3
3
|
export declare class GetCustomersListDto extends PaginationQuery {
|
4
4
|
nameSearch?: string;
|
5
|
-
|
5
|
+
customerTypes?: CustomerTypeEnum[];
|
6
6
|
customerIds?: number[];
|
7
7
|
}
|