MDAA TS Docs
    Preparing search index...

    Interface ProjectionResult

    Result of projecting all rules to a single tool.

    interface ProjectionResult {
        files: readonly ProjectionFile[];
        tool: ToolName;
    }
    Index

    Properties

    Properties

    files: readonly ProjectionFile[]
    tool: ToolName