export type ConcurrencyV2ActiveSlots = {
    id: string;
    name: string;
    limit: number;
};
