diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-24 00:26:33 -0400 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-24 00:26:33 -0400 |
| commit | cb5117e66c7789db728e80a0b47c2011a46bd6e0 (patch) | |
| tree | bedbe4f6b94dc593a6eef508a7dce20432a2406d /webAO/utils | |
| parent | b2000f04663092f7a4dfcbab306d67df7e5ce538 (diff) | |
Change any to string
Diffstat (limited to 'webAO/utils')
| -rw-r--r-- | webAO/utils/aoml.ts | 2 |
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; |
