femto-backend/Femto.Api/Controllers/Authors/GetAuthorPostsSearchParams.cs
2025-05-03 15:38:57 +02:00

3 lines
No EOL
109 B
C#

namespace Femto.Api.Controllers.Authors;
public record GetAuthorPostsSearchParams(Guid? Cursor, int? Count);