UserOmit: ZodObject<
{
createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
deletedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
displayName: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
readonly: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedById: ZodOptional<ZodCoercedBoolean<unknown>>;
uuid: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...
UserOmit schema (Fri Nov 14 2025)