import { UserResponse } from "./user.response"; export interface UserValidateResponse { data: UserResponse; }