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