chore: add api report

Signed-off-by: ElaineDeMattosSilvaB <elaine.mattos@gmail.com>
This commit is contained in:
ElaineDeMattosSilvaB
2026-02-25 17:21:02 +01:00
parent 9f05964277
commit 661038ce80
2 changed files with 2 additions and 0 deletions
@@ -1290,6 +1290,7 @@ export type FeatureFlag = {
// @public
export type FeatureFlagConfig = {
name: string;
description?: string;
};
// @public
@@ -29,6 +29,7 @@ import { FrontendPlugin } from './createFrontendPlugin';
export type FeatureFlagConfig = {
/** Feature flag name */
name: string;
/** Feature flag description */
description?: string;
};