export type ConcurrencyV2IncrementActiveSlots = {
    slots: number;
    names: string[];
    mode: string;
};
