We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c639369 commit c74f41bCopy full SHA for c74f41b
2 files changed
packages/node-sdk/src/index.ts
@@ -7,6 +7,7 @@ export type {
7
ContextWithTracking,
8
EmptyFeatureRemoteConfig,
9
Feature,
10
+ FeatureConfigVariant,
11
FeatureOverride,
12
FeatureOverrides,
13
FeatureOverridesFn,
packages/node-sdk/src/types.ts
@@ -232,9 +232,7 @@ export type FeatureOverrides = Partial<
232
export type FeatureOverridesFn = (context: Context) => FeatureOverrides;
233
234
/**
235
- * (Internal) Describes a remote feature config variant.
236
- *
237
- * @internal
+ * Describes a remote feature config variant.
238
*/
239
export type FeatureConfigVariant = {
240
0 commit comments