Defining Service Types with `Effect.Service` vs. `Context.Tag`

Is there a way to define the type of a service upfront with
Effect.Service
or do I have to use
Context.Tag
for that?
Was this page helpful?