UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

10 lines (8 loc) 192 B
/** * RPC telemetry command and version. */ export class RpcTelemetryKey { static command = 'Telemetry'; static version = '0.1.0'; } //# sourceMappingURL=rpc-telemetry-model.js.map