mirror of
https://github.com/bitwarden/server.git
synced 2026-02-15 13:23:26 +08:00
6 lines
113 B
C#
6 lines
113 B
C#
|
|
namespace Bit.Core.Models.Table
|
|||
|
|
{
|
|||
|
|
public interface IStorableSubscriber : IStorable, ISubscriber
|
|||
|
|
{ }
|
|||
|
|
}
|