mirror of
https://github.com/bitwarden/server.git
synced 2025-04-21 21:15:10 -05:00
8 lines
111 B
C#
8 lines
111 B
C#
namespace Bit.Core.Models
|
|
{
|
|
public interface IExternal
|
|
{
|
|
string ExternalId { get; }
|
|
}
|
|
}
|