mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-13 12:36:29 +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";
|
|
}
|
|
}
|