interface VerifyUserDTO { login: string; email: string; org?: string; orgUnit?: string; } export default VerifyUserDTO;