Private/Types/enums/CheckOutCommentMode.generated.psm1

enum CheckOutCommentMode
{
    Default = 0
    True = 1
    False = 2
    Inherited = 3
}