export type ResetPassword = { resetToken?: string; password: string; };