export interface IChangePassword { currentPassword: string; newPassword: string; }