Update docs/frontend-system/architecture/60-migrations.md

Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-09-17 10:39:52 +02:00
committed by GitHub
parent 55a484379a
commit 2542b9046e
@@ -74,7 +74,7 @@ Extensions created with `@backstage/frontend-plugin-api` from before the 1.30 re
### New type parameters for `ExtensionDefinition` and `ExtensionBlueprint`
The type parameters of `ExtensionDefinition` and `ExtensionBlueprint` have been updated to use a single type parameter with a object, in order by make them easier to read and evolve.
The type parameters of `ExtensionDefinition` and `ExtensionBlueprint` have been updated to use a single type parameter with an object, in order to make them easier to read and evolve.
Existing usage can generally be updated as follows: