type MyReturnType = string
type MyErrorType = string
type MyDependencies = Dependency1 | Dependency2 // | ...
function MyEffect(): Effect<MyReturnType, MyErrorType, MyDependencies> {
// ...
}
type MyReturnType = string
type MyErrorType = string
type MyDependencies = Dependency1 | Dependency2 // | ...
function MyEffect(): Effect<MyReturnType, MyErrorType, MyDependencies> {
// ...
}