fix more type things
This commit is contained in:
@ -95,8 +95,8 @@ function isDefined<T>(val: T | undefined | null): val is T {
|
||||
|
||||
interface EventsByDate {
|
||||
[yearMonth: string]: {
|
||||
[week: number]: {
|
||||
[day: number]: SingularEvent[];
|
||||
[week: string]: {
|
||||
[day: string]: SingularEvent[];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user