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