interface IVariable {
    name: string;
    withPolicies: boolean;
}

Properties

Properties

name: string

A variable name, without '?'.

withPolicies: boolean

A boolean indicating if the content policies that are defined in the range of followed documents should be considered.