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