Type alias ConcurrencyGroup

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

Type declaration

  • concurrency_key: string
  • total_running: number