import { MiddlewareInterface } from '../../../interfaces/middleware.interface'; export interface GetUsersByFilterInterface extends MiddlewareInterface { id?: string; username?: string; email?: string; phone?: string; }