admin
admin copied to clipboard
AdminGuesserProps - missing admin prop type
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.