mirror of
https://github.com/bitwarden/server
synced 2025-12-23 11:43:23 +00:00
8 lines
111 B
C#
8 lines
111 B
C#
namespace Bit.Core.Models
|
|
{
|
|
public interface IExternal
|
|
{
|
|
string ExternalId { get; }
|
|
}
|
|
}
|