mirror of
https://github.com/Ikatono/ComiServ.git
synced 2025-10-28 20:45:35 -05:00
Rearranged repo to make room for additional projects
This commit is contained in:
5
ComiServ/Models/LibraryResponse.cs
Normal file
5
ComiServ/Models/LibraryResponse.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace ComiServ.Models;
|
||||
|
||||
public record class LibraryResponse(int ComicCount, int UniqueFiles)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user