export type ThreadGroupConfig = {
    id: string;
    displayName: string;
    maxConcurrency?: number;
};
