@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
12 lines (11 loc) • 335 B
TypeScript
import { Rpc } from '../rpc';
import { RpcReportData } from './rpc-report-model';
export declare class RpcReportClient {
/**
* The report data command.
*
* @param data the report data object.
* @return Promise<void> the promise object.
*/
static report(rpc: Rpc, data: RpcReportData): Promise<void>;
}