namespace ChapterX.Application.NeedApproval.Queries { public record GetAllResponse(IEnumerable NeedApprovals); }