mirror of
https://github.com/bitwarden/server.git
synced 2025-04-28 16:22:22 -05:00
6 lines
109 B
C#
6 lines
109 B
C#
namespace Bit.Core.Entities
|
|
{
|
|
public interface IStorableSubscriber : IStorable, ISubscriber
|
|
{ }
|
|
}
|