mirror of
https://github.com/BillyCool/MariesWonderland.git
synced 2026-05-06 12:53:38 +02:00
4 lines
113 B
C#
4 lines
113 B
C#
namespace MariesWonderland.Data;
|
|
|
|
public record UserSession(string SessionKey, long UserId, DateTime ExpiresAt);
|