Variable ProductCategoryOwnSelectFieldsSchemaJsonConst
ProductCategoryOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
category: ZodOptional<ZodCoercedBoolean<unknown>>;
categoryId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
product: ZodOptional<ZodCoercedBoolean<unknown>>;
productId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...