Interface RemoteCliContext

interface RemoteCliContext {
    directory: string;
    platform: RemotePlatform;
}

Properties

Properties

directory: string
platform: RemotePlatform