openpra-monorepo
const ChangeEmailRequestSchema: ZodObject<{ currentPassword: ZodString; newEmail: ZodEmail; }, $strip>
const
ZodObject
currentPassword
ZodString
newEmail
ZodEmail
$strip
Defined in: users/UserSchema.ts:89