2021-06-19 10:40:34 +02:00

6 lines
107 B
C#

namespace DHT.Server.Service {
public struct ServerParameters {
public string Token { get; init; }
}
}