Iceshrimp.NET/Iceshrimp.Shared/Helpers/IIdentifiable.cs

6 lines
99 B
C#

namespace Iceshrimp.Shared.Helpers;
public interface IIdentifiable
{
public string Id { get; }
}