export type ConcurrencyLimitCreate = {
  tag: string,
  concurrencyLimit: number,
}