Fix TypeScript errors and add paymentAgency routes

- Added paymentAgency route definition to route-names.ts
- Added paymentAgency paths configuration to paths.ts
- Fixed settlementAgency base path generation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-09-22 10:37:13 +09:00
parent 1610ae144a
commit 4f8ff95547
2 changed files with 12 additions and 1 deletions

View File

@@ -125,6 +125,10 @@ export const ROUTE_NAMES = {
detail: 'detail',
request: 'request',
},
paymentAgency: {
base: '/payment-agency/*',
list: 'list',
},
},
support: {