inventory-db
    Preparing search index...

    Variable ProductCategoryOwnIncludeSchemaJsonConst

    ProductCategoryOwnIncludeSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        ZodObject<
            {
                category: ZodOptional<ZodCoercedBoolean<unknown>>;
                product: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...