JUniqueSymbolStyleRule: JStyleRule & {
    conditions: [JRuleCondition & {
        conditionExpressions: [];
    }];
}

Type declaration