Error Importing Type from 'effect' in TypeScript
Anybody know what I'm doing wrong here importing effect:
I get the error:
I get the error:
Cannot use namespace 'Effect' as a type.ts(2709) on the last line. Even if I import as a namespace (commented out above) it still fails