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
Module "harvest" has no exported member 'ProjectAssignment'
Module "harvest" has no exported member 'TimeEntry'
Module "harvest" has no exported member 'Project'
Module "harvest" has no exported member 'TaskAssignment'
Module "harvest" has no exported member 'Task '
The solution for this is to export them all from index.ts.
The text was updated successfully, but these errors were encountered:
Since the webpack removal, the typings now directly match the TypeScript code.
This means that anything we want exported must be explicitly
export
ed.Currently, it is not possible to import entities:
The solution for this is to export them all from
index.ts
.The text was updated successfully, but these errors were encountered: