Issue with Type Inference in Effect.Service with Generic Keys
i have this type that provides access to data based on model provider and then id, for example
the generic type key inference works with a regular function
but when using
why doesn't this work?
map["openai"]['gpt-4o"]the generic type key inference works with a regular function
but when using
Effect.Service, I resolves to neverwhy doesn't this work?
