import { Sortable } from "../../../types/sortable"; export type TFindCustomersParams = { condition?: Record; filters?: Sortable; };