Passing a Service Instance as a Function Argument in Effect TypeScript
How can I pass a service instance as a function argument?
In the case of @effect-aws services, they are types as
In the case of @effect-aws services, they are types as
<Client>Service$, but the interface ending in $ is not exported.