export type ConcurrencyLimitCreateRequest = {
    tag: string;
    concurrency_limit: number;
};
