1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-21 21:15:10 -05:00
bitwarden/src/Core/Models/IExternal.cs
2017-12-12 13:22:37 -05:00

8 lines
111 B
C#

namespace Bit.Core.Models
{
public interface IExternal
{
string ExternalId { get; }
}
}