UNPKG

@kamiazya/freebusy

Version:

Determine free blocks from a list of events.

9 lines 239 B
import { BlockLikeObject } from './BlockLikeObject'; import { ScopeTime } from './ScopeTime'; /** * Search scope for getFree. */ export interface Scope extends BlockLikeObject { time?: ScopeTime; } //# sourceMappingURL=Scope.d.ts.map