ic-reactor
    Preparing search index...

    Type Alias ActorMethodStates<A>

    ActorMethodStates: {
        [M in types.FunctionName<A>]: types.ActorMethodState<A, M>
    }

    Type Parameters