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
/
BlockLikeObject.d.ts
6 lines
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
DateTimeInput
}
from
'../utils'
;
export
interface
BlockLikeObject
{
start
:
DateTimeInput
;
end
:
DateTimeInput
; }
//# sourceMappingURL=BlockLikeObject.d.ts.map