Variable ProductCategoryOwnSelectFieldsSchemaConst
ProductCategoryOwnSelectFieldsSchema: ZodObject<
{
category: ZodOptional<ZodCoercedBoolean<unknown>>;
categoryId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
product: ZodOptional<ZodCoercedBoolean<unknown>>;
productId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...