private/ConfigLine.ps1

class ConfigLine {
    [string] $type = ""
    [string] $name = ""
    [string] $path = ""
    [string] $value = ""
}