import { MiddlewareInterface } from '../../../interfaces/middleware.interface'; export interface GetByUsernameInterface extends MiddlewareInterface { username: string; }