the-tip-top-frontend/services
soufiane 636780870d fix: change headers type from HeadersInit to Record<string, string>
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>
2025-11-18 02:01:53 +01:00
..
admin.service.ts dev 2025-11-17 23:38:02 +01:00
api.ts fix: change headers type from HeadersInit to Record<string, string> 2025-11-18 02:01:53 +01:00
auth.service.ts dev 2025-11-17 23:38:02 +01:00
employee.service.ts dev 2025-11-17 23:38:02 +01:00
game.service.ts dev 2025-11-17 23:38:02 +01:00
user.service.ts dev 2025-11-17 23:38:02 +01:00