feat: add icon property to ProcessedAgentCategory interface

This commit is contained in:
Atef Bellaaj
2025-06-20 10:15:23 +02:00
committed by Danny Avila
parent 2eef94d58d
commit 6ebcfdf3e2

View File

@@ -9,6 +9,7 @@ export interface ProcessedAgentCategory {
label: string; // Translated label
value: string; // Category value
className?: string;
icon?: string;
}
/**