Interface RemoteWslConnectionOptions

interface RemoteWslConnectionOptions {
    distribution: string;
    id: string;
    name: string;
    type: string;
}

Properties

distribution: string
id: string
name: string
type: string