Replace HeadersInit type with Record<string, string> for headers object to allow index access with bracket notation. This resolves the TypeScript error "Property 'Authorization' does not exist on type 'HeadersInit'". 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| admin.service.ts | ||
| api.ts | ||
| auth.service.ts | ||
| employee.service.ts | ||
| game.service.ts | ||
| user.service.ts | ||