Type alias RpcKeys<EXT>

RpcKeys<EXT>: Partial<Record<keyof EXT, ProxyIdentifier<any>>> & {
    $pluginManager: ProxyIdentifier<any>;
}

The RPC proxy identifier keys to set in the RPC object to register our Ext interface implementations.

Type Parameters

Type declaration