mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2024-11-24 20:42:46 +01:00
4 lines
90 B
C#
4 lines
90 B
C#
namespace DHT.Server.Service;
|
|
|
|
sealed record ServerParameters(ushort Port, string Token);
|