mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-08-14 13:41:09 +03:00
4 lines
90 B
C#
4 lines
90 B
C#
namespace DHT.Server.Service;
|
|
|
|
sealed record ServerParameters(ushort Port, string Token);
|