4 lines
142 B
C#
4 lines
142 B
C#
namespace StellaOps.Cli.Services;
|
|
|
|
internal sealed record ScannerExecutionResult(int ExitCode, string ResultsPath, string RunMetadataPath);
|