export interface IChangePasswordForm { currentPassword: string newPassword: string }