feat: add icon property to ProcessedAgentCategory interface
This commit is contained in:
committed by
Danny Avila
parent
2eef94d58d
commit
6ebcfdf3e2
@@ -9,6 +9,7 @@ export interface ProcessedAgentCategory {
|
||||
label: string; // Translated label
|
||||
value: string; // Category value
|
||||
className?: string;
|
||||
icon?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user