interface CodemodMetrics {
    autoMigratedCallSites: number;
    byKind: CodemodMetricsByKind;
    manualCallSites: number;
    totalCodemodScopedCallSites: number;
}

Properties

autoMigratedCallSites: number
manualCallSites: number
totalCodemodScopedCallSites: number