Update common.ts types because nagging.

This commit is contained in:
Stefan-5422
2022-03-28 11:58:32 +02:00
committed by Stefan
parent cdacc56f7f
commit 0f3b1ac707
+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 {