add user session

This commit is contained in:
João Geonizeli
2022-07-08 20:50:48 -03:00
parent 688d5e89b7
commit c3fe6e6f1c
18 changed files with 330 additions and 15 deletions

View File

@@ -0,0 +1,3 @@
type SessionDto = {
userEmail: string;
}