using Bit.Core.Entities; namespace Bit.Core.OrganizationFeatures.OrganizationSubscriptions.Interface; /// /// This is only for adding SM to an existing organization /// public interface IAddSecretsManagerSubscriptionCommand { Task SignUpAsync(Organization organization, int additionalSmSeats, int additionalServiceAccounts); }