6 lines
No EOL
171 B
C#
6 lines
No EOL
171 B
C#
using JetBrains.Annotations;
|
|
|
|
namespace Femto.Api.Controllers.Authors.Dto;
|
|
|
|
[PublicAPI]
|
|
public record GetAuthorPostsResponse(IEnumerable<AuthorPostDto> Posts, Guid? Next); |