mirror of
https://github.com/bitwarden/server.git
synced 2026-06-01 22:05:35 -05:00
7 lines
220 B
C#
7 lines
220 B
C#
namespace Bit.Seeder.Data.Enums;
|
|
|
|
/// <summary>
|
|
/// Organizational structure model types.
|
|
/// </summary>
|
|
public enum OrgStructureModel { Traditional, Spotify, Modern, Government, SchoolDistrict, Healthcare, Startup }
|