effect-io-ai

Package: effect
Module: ManagedRuntime

ManagedRuntime.ManagedRuntime.Services

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

Source

Since v3.4.0