import { IUserModelAttributes } from "../entity/user.entity";
export interface IUserResponse extends IUserModelAttributes {
}
