mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
7 lines
171 B
C#
7 lines
171 B
C#
namespace Bit.Seeder.Data.Enums;
|
|
|
|
/// <summary>
|
|
/// Organizational structure model types.
|
|
/// </summary>
|
|
public enum OrgStructureModel { Traditional, Spotify, Modern }
|