1
0
mirror of https://github.com/bitwarden/server synced 2025-12-29 06:33:43 +00:00
Files
server/src/Core/Models/Business/ImportedOrganizationUser.cs
2022-08-29 16:06:55 -04:00

8 lines
163 B
C#

namespace Bit.Core.Models.Business;
public class ImportedOrganizationUser
{
public string Email { get; set; }
public string ExternalId { get; set; }
}