Interface LaunchResult

interface LaunchResult {
    remoteDebuggingPort: number;
}

Properties

remoteDebuggingPort: number