1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-13 21:57:30 -05:00
Files
bitwarden/src/Api/Dirt/Models/PasswordHealthReportApplicationModel.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.Api.Dirt.Models;
public class PasswordHealthReportApplicationModel
{
public Guid OrganizationId { get; set; }
public string Url { get; set; }
}