1
0
mirror of https://github.com/bitwarden/server synced 2025-12-21 10:43:44 +00:00
Files
server/src/Core/Models/Table/IStorableSubscriber.cs
2017-07-06 14:55:58 -04:00

6 lines
113 B
C#

namespace Bit.Core.Models.Table
{
public interface IStorableSubscriber : IStorable, ISubscriber
{ }
}