🚀IC Reactor v3 is here! Featuring TanStack Query integration, improved type safety, and more. View v3 Documentation →
ic-reactor
    Preparing search index...

    Type Alias ActorQuery<A>

    ActorQuery: <M extends types.FunctionName<A>>(
        params: types.ActorQueryParameters<A, M>,
    ) => types.ActorQueryReturnType<A, M>

    Type Parameters

    Type declaration