mirror of
https://github.com/detleph/server.git
synced 2026-09-04 16:46:04 +02:00
Update common.ts types because nagging.
This commit is contained in:
@@ -3,8 +3,8 @@ export enum DataType {
|
||||
NUMBER = "number",
|
||||
INTEGER = "integer",
|
||||
PERMISSION_LEVEL = "'ELEVATED' | 'STANDARD'",
|
||||
DATETIME = "ISOstring (8601)",
|
||||
UUID = "UUID string",
|
||||
DATETIME = "ISOstring",
|
||||
UUID = "string",
|
||||
}
|
||||
|
||||
interface Body {
|
||||
|
||||
Reference in New Issue
Block a user