aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-24 09:26:20 +0100
committerGitHub <noreply@github.com>2022-03-24 09:26:20 +0100
commite4d1e1cd4b361e96aad09d9b5539db44cb1ed8dd (patch)
treebedbe4f6b94dc593a6eef508a7dce20432a2406d /webAO
parentffa23343e0a0badd9e50a005359fdb79efead995 (diff)
parentcb5117e66c7789db728e80a0b47c2011a46bd6e0 (diff)
Merge pull request #129 from AttorneyOnline/full-strict
Full Strict Typescript
Diffstat (limited to 'webAO')
-rw-r--r--webAO/utils/aoml.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/utils/aoml.ts b/webAO/utils/aoml.ts
index 154274d..fbdee21 100644
--- a/webAO/utils/aoml.ts
+++ b/webAO/utils/aoml.ts
@@ -1,6 +1,7 @@
import request from "../services/request"
interface Aoml {
+ [key: string]: string | number,
name: string;
start: string;
end: string;