aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2021-11-18 20:55:57 -0500
committerMax Isom <[email protected]>2021-11-18 20:55:57 -0500
commit04c7e61fc076e2fa5ddf3d0faf6ebb73f4d52d82 (patch)
tree71d1879e787b7c988939d963dbc4baa857171f5b /src/types.ts
parentd805da906a1744c23e0b484b522b078102675770 (diff)
downloadmuse-04c7e61fc076e2fa5ddf3d0faf6ebb73f4d52d82.tar.xz
muse-04c7e61fc076e2fa5ddf3d0faf6ebb73f4d52d82.zip
Add FileCache model
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts
index 8bcd684..e6edd14 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -1,6 +1,7 @@
export const TYPES = {
Bot: Symbol('Bot'),
- Cache: Symbol('Cache'),
+ KeyValueCache: Symbol('KeyValueCache'),
+ FileCache: Symbol('FileCache'),
Client: Symbol('Client'),
Config: Symbol('Config'),
Command: Symbol('Command'),