diff options
Diffstat (limited to 'src/util/interfaces/index.ts')
-rw-r--r-- | src/util/interfaces/index.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/interfaces/index.ts b/src/util/interfaces/index.ts new file mode 100644 index 00000000..a074030e --- /dev/null +++ b/src/util/interfaces/index.ts @@ -0,0 +1,5 @@ +export * from "./Activity"; +export * from "./Event"; +export * from "./Interaction"; +export * from "./Presence"; +export * from "./Status"; |