From 0f3b1ac707f2322329cb73e75b7fef6f83d1c950 Mon Sep 17 00:00:00 2001 From: Stefan-5422 <32109571+Stefan-5422@users.noreply.github.com> Date: Sun, 20 Mar 2022 17:50:11 +0100 Subject: [PATCH] Update common.ts types because nagging. --- src/Controllers/common.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Controllers/common.ts b/src/Controllers/common.ts index f327a5d..f568c75 100644 --- a/src/Controllers/common.ts +++ b/src/Controllers/common.ts @@ -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 {