chore: add api report
Signed-off-by: ElaineDeMattosSilvaB <elaine.mattos@gmail.com>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user