Files
calendar/packages/platform/libraries/slots.ts
T
277ce1c244 refactor: extract slots from libraries barrel file (#19895)
* refactor: extract slots fn from libraries barrel file

* bump platform libs

---------

Co-authored-by: Morgan Vernay <morgan@cal.com>
2025-03-10 10:33:29 +00:00

5 lines
194 B
TypeScript

import { getAvailableSlots } from "@calcom/trpc/server/routers/viewer/slots/util";
export { getAvailableSlots };
export type AvailableSlotsType = Awaited<ReturnType<typeof getAvailableSlots>>;