interface WslDistribution {
    default: boolean;
    name: string;
    version: string;
}

Properties

Properties

default: boolean
name: string
version: string