mirror of
https://github.com/bitwarden/server
synced 2025-12-26 05:03:18 +00:00
5 lines
99 B
C#
5 lines
99 B
C#
namespace Bit.Core.Entities;
|
|
|
|
public interface IStorableSubscriber : IStorable, ISubscriber
|
|
{ }
|