From cdaf09ee409a9b52f8800971366ef0d17655a894 Mon Sep 17 00:00:00 2001 From: Aramis Sennyey Date: Wed, 8 Feb 2023 11:16:20 -0500 Subject: [PATCH] Update API report. Signed-off-by: Aramis Sennyey --- plugins/catalog-graph/api-report.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plugins/catalog-graph/api-report.md b/plugins/catalog-graph/api-report.md index 0f4b4170ad..f7444c5f1b 100644 --- a/plugins/catalog-graph/api-report.md +++ b/plugins/catalog-graph/api-report.md @@ -66,10 +66,7 @@ export enum Direction { // @public export const EntityCatalogGraphCard: ( - props: Omit< - EntityRelationsGraphProps, - 'className' | 'onNodeClick' | 'rootEntityNames' - > & { + props: Partial & { variant?: InfoCardVariants | undefined; height?: number | undefined; title?: string | undefined;