Error "Cannot find module 'wix-pricing-plans-backend' or its corresponding type declarations."

When i try this:

import { orders } from 'wix-pricing-plans-backend';

I get the error that it can’t find the pricing-plans-backend module.

I have installed the Pricing Plans App and I have added some plans and check-out works great with stripe integration payment etc.

Do I have to add the module somehow??

X

(I was putting the import into the frontend instead of the backend…)