Remodeled database and api to prepare for move
This commit is contained in:
6
models/CalendarConfig.ts
Normal file
6
models/CalendarConfig.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface CalendarConfig {
|
||||
months: string[]
|
||||
monthsPerYear: number
|
||||
daysPerMonth: number
|
||||
// todayDate: any
|
||||
}
|
||||
Reference in New Issue
Block a user