Variable: UnrestrictedUserEmailSchema
ts
const UnrestrictedUserEmailSchema: ZodObject<{
accountId: ZodOptional<ZodString>;
email: ZodOptional<ZodString>;
}, $loose>;Defined in: src/cloud/models/unrestrictedUserEmail.ts:4