namespace Iceshrimp.Backend.Core.Database; public interface IEntity { public string Id { get; } }