Documentation
    Preparing search index...

    Type Alias ExtractActorsFromRegistry<A>

    ExtractActorsFromRegistry: A extends Registry<infer Actors> ? Actors : never

    Extract the actor registry from the registry definition.

    Type Parameters