Meldbase TypeScript API
    Preparing search index...

    Interface RPCContext

    The authenticated context of one RPC invocation.

    interface RPCContext {
        actor: Actor;
        signal: AbortSignal;
    }
    Index
    actor: Actor
    signal: AbortSignal