UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

11 lines (9 loc) 294 B
/** * RPC Performance request name and version. */ export class RpcObservablePerformanceKey { static command = 'PerformanceObservable'; static configCommand = 'PerformanceConfigObservable'; static version = '0.2.0'; } //# sourceMappingURL=rpc-observable-performance-model.js.map