Variable AttributeOmitFieldsSchemaConst
AttributeOmitFieldsSchema: ZodObject<
{
categoryId: ZodOptional<ZodCoercedBoolean<unknown>>;
description: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...