export type ChangePasswordRequest = { currentPassword: string; newPassword: string; };