mirror of
https://github.com/bitwarden/server
synced 2026-02-04 10:43:53 +00: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 }
|