api-platform / admin

A beautiful and fully-featured administration interface builder for hypermedia APIs
https://api-platform.com/docs/admin/
MIT License
477 stars 131 forks source link

AdminGuesserProps - missing admin prop type #558

Closed PawelSuwinski closed 1 month ago

PawelSuwinski commented 1 month ago

Overriding admin element by admin prop in HydraAdmin/ OpenApiAdmin (for example like here: https://github.com/api-platform/admin/issues/551#issuecomment-2095514796) works as expected however tsc compilation throws an error: Property 'admin' does not exist on type (...). This is the fix.