namespace OnlyPrompt.Backend.Database.Core { public interface IHasSlug { public string Slug { get; set; } } }