Variable ItemOmitFieldsSchemaConst
ItemOmitFieldsSchema: ZodObject<
{
categoryId: ZodOptional<ZodCoercedBoolean<unknown>>;
description: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
minQuantity: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
uuid: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...