4 lines
No EOL
137 B
C#
4 lines
No EOL
137 B
C#
namespace PlanTempus.Core.SeqLogging
|
|
{
|
|
public record SeqConfiguration(string IngestionEndpoint, string ApiKey, string Environment);
|
|
} |