UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

12 lines (11 loc) 453 B
import { Rpc } from '../rpc'; import { RpcShellNavigate, RpcShellNavigateResult } from './rpc-shell-navigate-model'; export declare class RpcShellNavigateClient { /** * The shell navigate command. * * @param data the shell naviage object. * @return Promise<RpcShellNavigateResult> the promise object of shell navigate result. */ static shellNavigate(rpc: Rpc, data: RpcShellNavigate): Promise<RpcShellNavigateResult>; }