Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2022-07-08 11:57:49 +02:00
parent 50423a30ba
commit 5bb73faa54
63 changed files with 103 additions and 28 deletions
+3 -2
View File
@@ -10,8 +10,8 @@ import { RouteRef } from '@backstage/core-plugin-api';
// @public
export const ApacheAirflowDagTable: ({
dagIds,
}: {
dagIds,
}: {
dagIds?: string[] | undefined;
}) => JSX.Element;
@@ -27,6 +27,7 @@ export const apacheAirflowPlugin: BackstagePlugin<
{
root: RouteRef<undefined>;
},
{},
{}
>;
```