From 66681d08f369e969b269e008475721fd83670e17 Mon Sep 17 00:00:00 2001 From: Abhay-soni-developer Date: Thu, 21 Sep 2023 12:27:57 +0530 Subject: [PATCH] modified api report Signed-off-by: Abhay-soni-developer --- plugins/jenkins/api-report.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/jenkins/api-report.md b/plugins/jenkins/api-report.md index ca6feac780..c8df2edc1b 100644 --- a/plugins/jenkins/api-report.md +++ b/plugins/jenkins/api-report.md @@ -17,11 +17,6 @@ import { default as React_2 } from 'react'; import { RouteRef } from '@backstage/core-plugin-api'; import { TableColumn } from '@backstage/core-components'; -// Warning: (ae-missing-release-tag) "ciTableColumns" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// -// @public (undocumented) -export const ciTableColumns: TableColumn[]; - // @public (undocumented) export const EntityJenkinsContent: (props: { columns?: TableColumn[] | undefined;