@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
9 lines (8 loc) • 321 B
TypeScript
import { Rpc } from '../rpc';
import { RpcForwardReportData, RpcForwardResponse } from './rpc-forward-model';
export declare class RpcForwardAutoClient {
/**
* report a forward update from the shell or module
*/
static forward<T>(rpc: Rpc, data: RpcForwardReportData): Promise<RpcForwardResponse<T>>;
}