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