UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

10 lines (8 loc) 215 B
/** * RPC shell navigate request name and version. */ export class RpcShellNavigateKey { static command = 'ShellNavigate'; static version = '0.1.0'; } //# sourceMappingURL=rpc-shell-navigate-model.js.map