mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-02 21:43:08 +00:00
9 lines
223 B
C#
9 lines
223 B
C#
namespace OverwatchTranscript
|
|
{
|
|
public static class TranscriptConstants
|
|
{
|
|
public const string TranscriptFilename = "transcript.json";
|
|
public const string ArtifactFolderName = "artifacts";
|
|
}
|
|
}
|