UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

8 lines (7 loc) 196 B
import { RpcReportData } from './rpc-report-model'; /** * Rpc report data sever side handler interface. */ export interface RpcReportHandler { handler(data: RpcReportData): Promise<void>; }