export type ConcurrencyV2DecrementActiveSlots = {
    slots: number;
    names: string[];
    occupancySeconds: number;
};
