From c2dca67d24cd5b485e3be44ccf0dd7aac9bdec4c Mon Sep 17 00:00:00 2001 From: kielosz Date: Tue, 2 Aug 2022 13:40:39 +0200 Subject: [PATCH] Add api-report Signed-off-by: kielosz --- plugins/cost-insights-common/api-report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/cost-insights-common/api-report.md b/plugins/cost-insights-common/api-report.md index a5f7045854..8d9e2d030d 100644 --- a/plugins/cost-insights-common/api-report.md +++ b/plugins/cost-insights-common/api-report.md @@ -44,6 +44,7 @@ export interface Entity { // @public (undocumented) export type Group = { id: string; + name?: string; }; // @public (undocumented)