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