// FIXME: Update this file to be null safe and then delete the line below #nullable disable using System.ComponentModel.DataAnnotations; namespace Bit.Api.AdminConsole.Models.Request.Organizations; public class OrganizationVerifyDeleteRecoverRequestModel { [Required] public string Token { get; set; } }