interface TaskVariableRestrictions {
    allowed?: string[];
}

Properties

Properties

allowed?: string[]