further work on select

This commit is contained in:
Sockenklaus
2021-10-13 00:24:49 +02:00
parent d2d689af17
commit 4441bcfdd4
3 changed files with 6940 additions and 606 deletions

View File

@@ -16,11 +16,4 @@ type ScheduleRow = {
type ScheduleMonth = [
...ScheduleRow[]
]
type Coordinates = {
mIndex : number,
rIndex : number,
eIndex : number,
dIndex : number
}
]