@oss-autopilot/core - v1.6.3
    Preparing search index...

    Interface CheckIntegrationOutput

    Output of the check-integration command (#83)

    interface CheckIntegrationOutput {
        newFiles: NewFileInfo[];
        unreferencedCount: number;
    }
    Index

    Properties

    newFiles: NewFileInfo[]
    unreferencedCount: number