export interface ResetPasswordOptions { token: string; newPassword: string; } export interface SerializedResetPasswordOptions { token: string; new_password: string; }