mirror of
https://github.com/bitwarden/server
synced 2025-12-29 06:33:43 +00:00
8 lines
163 B
C#
8 lines
163 B
C#
namespace Bit.Core.Models.Business;
|
|
|
|
public class ImportedOrganizationUser
|
|
{
|
|
public string Email { get; set; }
|
|
public string ExternalId { get; set; }
|
|
}
|