Files
server/src/Core/Models/IExternal.cs
2025-07-08 10:25:59 -04:00

10 lines
186 B
C#

// FIXME: Update this file to be null safe and then delete the line below
#nullable disable
namespace Bit.Core.Models;
public interface IExternal
{
string ExternalId { get; }
}