mirror of
https://github.com/bitwarden/server.git
synced 2026-02-02 23:23:15 +08:00
5 lines
99 B
C#
5 lines
99 B
C#
namespace Bit.Core.Entities;
|
|
|
|
public interface IStorableSubscriber : IStorable, ISubscriber
|
|
{ }
|