1
0
mirror of https://github.com/bitwarden/server synced 2025-12-19 09:43:25 +00:00
Files
server/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; }
}
}