mirror of
https://github.com/bitwarden/server.git
synced 2026-02-15 13:23:26 +08:00
8 lines
111 B
C#
8 lines
111 B
C#
|
|
namespace Bit.Core.Models
|
|||
|
|
{
|
|||
|
|
public interface IExternal
|
|||
|
|
{
|
|||
|
|
string ExternalId { get; }
|
|||
|
|
}
|
|||
|
|
}
|