Type alias BooleanFeatureNode

BooleanFeatureNode: Simplify<{
    _t: "feature";
    context: "boolean";
    feature: string;
} & FileRange>

Generated using TypeDoc