mirror of
https://github.com/bitwarden/server
synced 2025-12-21 10:43:44 +00:00
6 lines
113 B
C#
6 lines
113 B
C#
namespace Bit.Core.Models.Table
|
|
{
|
|
public interface IStorableSubscriber : IStorable, ISubscriber
|
|
{ }
|
|
}
|