diff --git a/plugins/techdocs-react/report.api.md b/plugins/techdocs-react/report.api.md index a3bae1f571..62ac6375fa 100644 --- a/plugins/techdocs-react/report.api.md +++ b/plugins/techdocs-react/report.api.md @@ -21,11 +21,13 @@ import { SetStateAction } from 'react'; // @public export const buildTechDocsURL: ( entity: Entity, - routeFunc: RouteFunc<{ - namespace: string; - kind: string; - name: string; - }> | undefined, + routeFunc: + | RouteFunc<{ + namespace: string; + kind: string; + name: string; + }> + | undefined, ) => string | undefined; // @public