Remodeled database and api to prepare for move
This commit is contained in:
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