feat: add auth server package

This commit is contained in:
Karol Sójko
2022-06-22 12:33:00 +02:00
parent 143b215ddc
commit 8e5012009b
684 changed files with 33080 additions and 172 deletions
@@ -0,0 +1,3 @@
export type RemoveWebSocketsConnectionDTO = {
connectionId: string
}