Private/Types/enums/CmdParamDataType.generated.psm1

enum CmdParamDataType
{
    Unused = 0
    Text = 1
    Secured = 2
}