mirror of
https://github.com/BillyCool/MariesWonderland.git
synced 2026-05-07 21:23:42 +02:00
Initial commit
This commit is contained in:
3
src/Data/UserSession.cs
Normal file
3
src/Data/UserSession.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace MariesWonderland.Data;
|
||||
|
||||
public record UserSession(string SessionKey, long UserId, DateTime ExpiresAt);
|
||||
Reference in New Issue
Block a user