mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-29 23:44:17 +02:00
3 lines
172 B
C#
3 lines
172 B
C#
namespace API.Schema.MetadataFetchers;
|
|
|
|
public record MetadataSearchResult(string Identifier, string Name, string Url, string? Description = null, string? CoverUrl = null); |