39155-vm/src/app/modules/dashboard/models/performance-chart-data.ts
2026-03-12 13:44:52 +00:00

5 lines
80 B
TypeScript

export interface PerformanceChartData {
integration: number;
sdk: number;
}