3 lines
No EOL
109 B
C#
3 lines
No EOL
109 B
C#
namespace Femto.Api.Controllers.Authors;
|
|
|
|
public record GetAuthorPostsSearchParams(Guid? Cursor, int? Count); |