mirror of
https://github.com/bitwarden/server
synced 2026-02-08 04:33:23 +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 }
|