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