@@ -7,7 +7,7 @@ import { PaginateResult } from '../interfaces/mongoose-utils';
type ISearchFilter = {
- date: {startDate: string | null, endDate: string | null}
+ date?: {startDate: string | null, endDate: string | null}
action?: SupportedActionType[]
}