mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-25 09:02:32 -04:00
5290fd8959
Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
7 lines
116 B
C#
7 lines
116 B
C#
namespace API.DTOs.OPDS.Requests;
|
|
|
|
public interface IOpdsPagination
|
|
{
|
|
public int PageNumber { get; init; }
|
|
}
|