UNPKG
@kamiazya/freebusy
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Determine free blocks from a list of events.
github.com/kamiazya/freebusy
kamiazya/freebusy
@kamiazya/freebusy
/
dist
/
models
/
Scope.d.ts
9 lines
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
BlockLikeObject
}
from
'./BlockLikeObject'
;
import
{
ScopeTime
}
from
'./ScopeTime'
;
/** * Search scope for getFree. */
export
interface
Scope
extends
BlockLikeObject
{
time
?:
ScopeTime
; }
//# sourceMappingURL=Scope.d.ts.map