Interface RemotePlatform

interface RemotePlatform {
    arch: string;
    os: core.Type;
}

Properties

Properties

arch: string