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