mirror of
https://github.com/bitwarden/server.git
synced 2026-02-11 19:33:21 +08:00
8 lines
206 B
C#
8 lines
206 B
C#
namespace Bit.Core.Models.Mail;
|
|
|
|
public class OrganizationServiceAccountsMaxReachedViewModel
|
|
{
|
|
public int MaxServiceAccountsCount { get; set; }
|
|
public string VaultSubscriptionUrl { get; set; }
|
|
}
|