diff --git a/plugins/home/api-report.md b/plugins/home/api-report.md index 30ee6732cd..d06f5266eb 100644 --- a/plugins/home/api-report.md +++ b/plugins/home/api-report.md @@ -13,6 +13,12 @@ import { ReactNode } from 'react'; import { RJSFSchema } from '@rjsf/utils'; import { RouteRef } from '@backstage/core-plugin-api'; +// @public (undocumented) +export type CardConfig = { + layout?: CardLayout; + settings?: CardSettings; +}; + // @public @deprecated (undocumented) export type CardExtensionProps = ComponentRenderer & { title?: string;