Private/Types/enums/DVLSEdition.generated.psm1

enum DVLSEdition
{
    None = 0
    Free = 1
    Team = 2
    Enterprise = 3
    Platinum = 4
}