Overview
Shared frontend helpers for API contracts, list pagination, user feedback, and version checks.
- RequestDto & ResponseDto — wrap POST/PUT bodies and unwrap GET payloads
- RequestIndexPaginationDto — canonical list-query shape (currentPage / pageSize / query)
- toast — mutation success/error feedback
- Version — SemVer compare, breaking-change detection, and update analysis