mirror of
https://github.com/bitwarden/server.git
synced 2026-06-04 17:27:48 -05:00
8 lines
155 B
C#
8 lines
155 B
C#
namespace Bit.SeederApi.Utilities;
|
|
|
|
public class SeederSettings
|
|
{
|
|
public string? Username { get; set; }
|
|
public string? Password { get; set; }
|
|
}
|