export interface ResetPasswordRequest { applicationName: string; userName: string; oldPassword: string; newPassword: string; }