* refactor: extract slots fn from libraries barrel file * bump platform libs --------- Co-authored-by: Morgan Vernay <morgan@cal.com>
5 lines
194 B
TypeScript
5 lines
194 B
TypeScript
import { getAvailableSlots } from "@calcom/trpc/server/routers/viewer/slots/util";
|
|
|
|
export { getAvailableSlots };
|
|
export type AvailableSlotsType = Awaited<ReturnType<typeof getAvailableSlots>>;
|