namespace ChapterX.Application.Chapter.Queries
{
    public record GetResponse(Domain.Entities.Chapter? Chapter);
}
