mirror of
https://github.com/bitwarden/server.git
synced 2026-06-01 01:55:55 -05:00
8 lines
91 B
C#
8 lines
91 B
C#
namespace Bit.SeederUtility.Commands;
|
|
|
|
public enum OutputFormat
|
|
{
|
|
Text,
|
|
Json,
|
|
}
|