aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-24 00:26:33 -0400
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-24 00:26:33 -0400
commitcb5117e66c7789db728e80a0b47c2011a46bd6e0 (patch)
treebedbe4f6b94dc593a6eef508a7dce20432a2406d /webAO
parentb2000f04663092f7a4dfcbab306d67df7e5ce538 (diff)
Change any to string
Diffstat (limited to 'webAO')
-rw-r--r--webAO/utils/aoml.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/utils/aoml.ts b/webAO/utils/aoml.ts
index c355edf..fbdee21 100644
--- a/webAO/utils/aoml.ts
+++ b/webAO/utils/aoml.ts
@@ -1,7 +1,7 @@
import request from "../services/request"
interface Aoml {
- [key: string]: any | number,
+ [key: string]: string | number,
name: string;
start: string;
end: string;