mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-04 18:04:16 +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); |