mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 03:48:19 +02:00
5 lines
178 B
C#
5 lines
178 B
C#
using API.Schema.MangaContext;
|
|
|
|
namespace API.Controllers.DTOs;
|
|
|
|
public sealed record MinimalManga(string Key, string Name, string Description, MangaReleaseStatus ReleaseStatus); |