Implementing an interface into an Effect service involves defining the service in a way that alig...
How am I able to implement an interface into an Effect service?
Am I using Effect service correctly here? Basically the reason for using it is to create a Repository layer to handle User persistence.
I know this code is wrong since there is no autocomplete inside the Effect generator & I am clearly doing something wrong.
I am following a layered folder structure approach, ensuring seperation of concerns for Infra, Application, Domain
Am I using Effect service correctly here? Basically the reason for using it is to create a Repository layer to handle User persistence.
Sidenote: I am coming from using plain TS for dependency injection.
I know this code is wrong since there is no autocomplete inside the Effect generator & I am clearly doing something wrong.
