Package: effect
Module: ManagedRuntime
Extracts the services available from a ManagedRuntime.
When to use
Use to derive the service requirements provided by an existing
ManagedRuntime type.
Signature
type Services<T> = [T] extends [ManagedRuntime<infer R, infer _E>] ? R
: never
Since v3.4.0