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