inventory-db
    Preparing search index...

    Variable ProductCategoryUpdateSchemaConst

    ProductCategoryUpdateSchema: ZodObject<
        {
            categoryId: ZodOptional<ZodCoercedNumber<unknown>>;
            productId: ZodOptional<ZodCoercedNumber<unknown>>;
        },
        $strip,
    > = ...