Files
server/util/SeederUtility/Commands/OutputFormat.cs

8 lines
91 B
C#

namespace Bit.SeederUtility.Commands;
public enum OutputFormat
{
Text,
Json,
}