Variable AttributeCategoryOmitFieldsSchemaConst
AttributeCategoryOmitFieldsSchema: ZodObject<
{
id: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
slug: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...