mirror of
https://github.com/bitwarden/server
synced 2025-12-26 05:03:18 +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; }
|
|
}
|
|
}
|