aboutsummaryrefslogtreecommitdiff
path: root/src/typings/index.d.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-04 17:38:36 -0500
committerbobzel <zzzman@gmail.com>2023-12-04 17:38:36 -0500
commit2bd239e39264a362d1fbb013ce2613d03247d78e (patch)
tree6e537dc0c35529c6ee27758a4dec03e23210dbc6 /src/typings/index.d.ts
parentcf7a7dc34426dacf018ac98a83a9589106ae7256 (diff)
trying to do version updates on all npm packages.
Diffstat (limited to 'src/typings/index.d.ts')
-rw-r--r--src/typings/index.d.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/typings/index.d.ts b/src/typings/index.d.ts
index f5189ddf1..884e55fc7 100644
--- a/src/typings/index.d.ts
+++ b/src/typings/index.d.ts
@@ -13,6 +13,14 @@ declare module 'reveal';
declare module 'react-reveal';
declare module 'react-reveal/makeCarousel';
declare module 'react-resizable-rotatable-draggable';
+declare module 'socket.io';
+declare module '@hig/flyout';
+declare module 'uuid/v4';
+declare module 'uuid/v5';
+declare module 'express-flash';
+declare module 'connect-flash';
+declare module 'connect-mongo';
+declare module '@mui/material';
declare module 'socket.io-parser' {
type Encoder = any;
type Decoder = any;