diff options
| author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-19 19:55:28 +0100 |
|---|---|---|
| committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-19 19:55:43 +0100 |
| commit | 506954f3dfb855bba9cc5515536c874dc7d0a5b5 (patch) | |
| tree | 0ff6d01844cdeee846ef11c392e2a0e7b8d36378 /src/util/interfaces | |
| parent | Add .idea to gitignore (diff) | |
| download | server-ts-506954f3dfb855bba9cc5515536c874dc7d0a5b5.tar.xz | |
Add basic message interceptor framework
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to 'src/util/interfaces')
| -rw-r--r-- | src/util/interfaces/MessageOptions.ts | 15 | ||||
| -rw-r--r-- | src/util/interfaces/index.ts | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/src/util/interfaces/MessageOptions.ts b/src/util/interfaces/MessageOptions.ts new file mode 100644 |
