Variable UserOmitFieldsSchemaConst
UserOmitFieldsSchema: ZodObject<
{
id: ZodOptional<ZodCoercedBoolean<unknown>>;
password: ZodOptional<ZodCoercedBoolean<unknown>>;
username: ZodOptional<ZodCoercedBoolean<unknown>>;
uuid: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...