UNPKG

scheduling-sdk

Version:

Brought to you by Recal - A TypeScript SDK for scheduling functionality

3 lines 208 B
import type { BusyTime, TimeSlot } from '../../types/scheduling.types'; export declare function filterAvailableSlots(slots: TimeSlot[], busyTimes: BusyTime[]): TimeSlot[]; //# sourceMappingURL=filter.d.ts.map