Type Alias ConcurrencyGroup

ConcurrencyGroup: {
    concurrency_key: string;
    total_running: number;
}