AnyRouteRefParams
Home > @backstage/frontend-plugin-api
> AnyRouteRefParams
Catch-all type for route params.
Signature:
export type AnyRouteRefParams = {
[param in string]: string;
} | undefined;
Home > @backstage/frontend-plugin-api
> AnyRouteRefParams
Catch-all type for route params.
Signature:
export type AnyRouteRefParams = {
[param in string]: string;
} | undefined;