Variable CategoryOwnIncludeSchemaJsonConst
CategoryOwnIncludeSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
children: ZodOptional<ZodCoercedBoolean<unknown>>;
discountTargets: ZodOptional<ZodCoercedBoolean<unknown>>;
parent: ZodOptional<ZodCoercedBoolean<unknown>>;
products: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...