interface IUpdateUserResponse { id: number; login: string; email: string; } export default IUpdateUserResponse;