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