export type SendPasswordResetEmailRequest = { userEmail: string; };