Skip to content

Commit 4b5264d

Browse files
fix api report
1 parent 19a59bb commit 4b5264d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workspaces/scorecard/plugins/scorecard/report-alpha.api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ const _default: OverridableFrontendPlugin<
5454
title: string | undefined;
5555
};
5656
configInput: {
57-
title?: string | undefined;
5857
path?: string | undefined;
58+
title?: string | undefined;
5959
};
6060
output:
61-
| ExtensionDataRef<JSX_2.Element, 'core.reactElement', {}>
6261
| ExtensionDataRef<string, 'core.routing.path', {}>
62+
| ExtensionDataRef<JSX_2.Element, 'core.reactElement', {}>
6363
| ExtensionDataRef<
6464
RouteRef_2<AnyRouteRefParams>,
6565
'core.routing.ref',

0 commit comments

Comments
 (0)