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
|
||||
}
|
||||
7
models/World.ts
Normal file
7
models/World.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface World {
|
||||
id: number
|
||||
uuid: string
|
||||
name: string
|
||||
description?: string
|
||||
color?: string
|
||||
}
|
||||
Reference in New Issue
Block a user