Interface IMetaVariable

interface IMetaVariable {
    DoNotExists?: string[];
    Exists?: string[];
}

Properties

DoNotExists?: string[]
Exists?: string[]