Interface AcDbConvertDatabasePerformanceData

Interface defining performance data for database conversion.

interface AcDbConvertDatabasePerformanceData {
    total: number;
    [key: string]: number;
}

Indexable

  • [key: string]: number

Properties

Properties

total: number