Willdune
The requested module does not provide an export named 'default'
I'm trying to export the following interface:
And the import:
But when running it says The requested module '../domain/repository/AuthRepository.ts' does not provide an export named 'default'
But i already did export other interfaces and imported them, and it worked. I don't know what am i doing wrong, any clue?
2 replies