update api-report.md

Signed-off-by: Samuel Stadler <samuel.stadler@dynatrace.com>
This commit is contained in:
Samuel Stadler
2023-11-23 09:02:27 +01:00
parent 1f70e46680
commit 8edf7a9d01
+3
View File
@@ -7,12 +7,15 @@
import { BackstagePlugin } from '@backstage/core-plugin-api';
import { JSX as JSX_2 } from 'react';
import { ReactNode } from 'react';
import { RouteRef } from '@backstage/core-plugin-api';
// @public (undocumented)
export const EntityValidationPage: (props: {
defaultYaml?: string | undefined;
defaultLocation?: string | undefined;
hideFileLocationField?: boolean | undefined;
contentHead?: ReactNode;
}) => JSX_2.Element;
// @public (undocumented)