@@ -20,7 +20,7 @@ export interface IMatterReportConfig {
component: string;
enable: boolean;
type: string;
- IDs: string;
+ IDs: string | number[];
compilationID?: string;
}