Files
server/src/Core/Models/Mail/OrganizationDomainUnverifiedViewModel.cs
2025-07-08 10:25:59 -04:00

11 lines
263 B
C#

// FIXME: Update this file to be null safe and then delete the line below
#nullable disable
namespace Bit.Core.Models.Mail;
public class OrganizationDomainUnverifiedViewModel
{
public string Url { get; set; }
public string DomainName { get; set; }
}