export interface ConverterOptions {
    testCaseId?: string;
    scanId?: string;
    scanName?: string;
}
