chore: add courseCells and improve types

This commit is contained in:
knownotunknown
2024-02-17 15:03:18 -06:00
committed by doprz
parent d1a336e903
commit 5ad72af566
2 changed files with 7 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ interface CalendarGridPoint {
endIndex: number;
}
interface SomeObject {
export interface CalendarGridCourse {
calendarGridPoint?: CalendarGridPoint;
componentProps: CalendarCourseCellProps;
}