effect-io-ai

Package: effect
Module: LayerMap

LayerMap.Service.Services

Extracts the service requirements of the layers in a LayerMap.Service definition.

Signature

type Services<Options> = Layers<Options> extends Layer.Layer<infer _A, infer _E, infer _R> ? _R : never

Source

Since v4.0.0