export interface IUpdatePassword { currentPassword: string; newPassword: string; passwordConfirmation: string; }