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", NUMBER = "number",
INTEGER = "integer", INTEGER = "integer",
PERMISSION_LEVEL = "'ELEVATED' | 'STANDARD'", PERMISSION_LEVEL = "'ELEVATED' | 'STANDARD'",
DATETIME = "ISOstring (8601)", DATETIME = "ISOstring",
UUID = "UUID string", UUID = "string",
} }
interface Body { interface Body {