ParamPart
Home > @backstage/core-plugin-api
> ParamPart
Warning: This API is now obsolete.
this type is deprecated and will be removed in the future
Used in PathParams type declaration.
Signature:
export type ParamPart<S extends string> = S extends `:${infer Param}` ? Param : never;