diff options
author | AlTech98 <altech123159@gmail.com> | 2021-09-02 19:33:04 +0200 |
---|---|---|
committer | AlTech98 <altech123159@gmail.com> | 2021-09-02 19:33:04 +0200 |
commit | 9dac7ddf9eb43c4fac263d00b0208e6d337506fd (patch) | |
tree | fe50372026cc776e30ae36ed349553c2d3179ad4 /util/src/entities/index.ts | |
parent | :art: update openapi title (diff) | |
download | server-9dac7ddf9eb43c4fac263d00b0208e6d337506fd.tar.xz |
VOICE_STATE_UPDATE implementation, fix #210
Diffstat (limited to 'util/src/entities/index.ts')
-rw-r--r-- | util/src/entities/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/src/entities/index.ts b/util/src/entities/index.ts index aa37ae2e..7b1c9750 100644 --- a/util/src/entities/index.ts +++ b/util/src/entities/index.ts @@ -16,6 +16,7 @@ export * from "./ReadState"; export * from "./Recipient"; export * from "./Relationship"; export * from "./Role"; +export * from "./Session"; export * from "./Sticker"; export * from "./Team"; export * from "./TeamMember"; |