mirror of
https://github.com/bitwarden/server.git
synced 2025-07-13 21:57:30 -05:00
11 lines
263 B
C#
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; }
|
|
}
|