Skip to content

Commit e46b99d

Browse files
committed
fix: expose FeatureConfigVariant as no longer internal
1 parent 76b7598 commit e46b99d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/node-sdk/src/types.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,7 @@ export type FeatureOverrides = Partial<
282282
export type FeatureOverridesFn = (context: Context) => FeatureOverrides;
283283

284284
/**
285-
* (Internal) Describes a remote feature config variant.
286-
*
287-
* @internal
285+
* Describes a remote feature config variant.
288286
*/
289287
export type FeatureConfigVariant = {
290288
/**

0 commit comments

Comments
 (0)