mirror of
https://github.com/bitwarden/server
synced 2026-01-05 10:03:23 +00:00
9 lines
185 B
C#
9 lines
185 B
C#
namespace Bit.Core.Models.Business
|
|
{
|
|
public class ImportedOrganizationUser
|
|
{
|
|
public string Email { get; set; }
|
|
public string ExternalId { get; set; }
|
|
}
|
|
}
|