Update common.ts types because nagging.

This commit is contained in:
Stefan-5422
2022-04-28 12:57:15 +02:00
parent 269cc33a33
commit f94f89e99e
+2 -2
View File
@@ -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 {