chore: fix api reports

Signed-off-by: secustor <sebastian@poxhofer.at>
This commit is contained in:
secustor
2025-09-03 18:43:36 +02:00
parent be6cef5dab
commit e405ca9b7a
13 changed files with 73 additions and 42 deletions
@@ -23,7 +23,7 @@ import { JSX } from 'react';
/**
* Parameters for creating a DevTools route extension
* @alpha
* @public
*/
export interface DevToolsRouteBlueprintParams {
path: string;
@@ -44,8 +44,7 @@ export interface DevToolsRouteBlueprintParams {
* }
* });
* ```
*
* @alpha
* @public
*/
export const DevToolsRouteBlueprint = createExtensionBlueprint({
kind: 'devtools-route',
@@ -19,7 +19,7 @@ import { JSX } from 'react';
/**
* Represents a DevTools route that can be contributed by extensions
* @alpha
* @public
*/
export interface DevToolsRouteData {
path: string;
@@ -29,7 +29,7 @@ export interface DevToolsRouteData {
/**
* Extension data reference for DevTools routes
* @alpha
* @public
*/
export const devToolsRouteDataRef =
createExtensionDataRef<DevToolsRouteData>().with({