AIRI Server API - v0.10.2
    Preparing search index...

    Type Alias RouteTargetExpression

    RouteTargetExpression:
        | { type: "and"; all: RouteTargetExpression[] }
        | { type: "or"; any: RouteTargetExpression[] }
        | { type: "glob"; glob: string; inverted?: boolean }
        | { type: "ids"; ids: string[]; inverted?: boolean }
        | { type: "plugin"; plugins: string[]; inverted?: boolean }
        | { type: "instance"; instances: string[]; inverted?: boolean }
        | { type: "label"; selectors: string[]; inverted?: boolean }
        | { type: "module"; modules: string[]; inverted?: boolean }
        | { type: "source"; sources: string[]; inverted?: boolean }