Interface WslConnectionResult

interface WslConnectionResult {
    port: number;
}

Properties

Properties

port: number