You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems these entities don't have types defined in devU-api/node_modules/devu-shared-modules/types. Each entity's service.ts file has a TS2305 error on the line importing their respective object. For example, line 5 of category.service.ts is:
import { Category } from 'devu-shared-modules'
and has the error:
Module '"devu-shared-modules"' has no exported member 'Category'. ts(2305)
No description provided.
The text was updated successfully, but these errors were encountered: