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