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