Variable AttributeCategoryOwnSelectFieldsSchemaConst
AttributeCategoryOwnSelectFieldsSchema: ZodObject<
{
attributes: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
slug: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...