We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e042105 commit 56764ccCopy full SHA for 56764cc
sdk/index.ts
@@ -47,7 +47,7 @@ const DEFAULT_REQUEST_TIMEOUT_SECONDS = 10;
47
*
48
* // Evaluate flags for any identity
49
* const identityFlags: Flags = flagsmith.getIdentityFlags('my_user_123', {'vip': true})
50
- * const bannerVariation = identityFlags.getFeatureValue('banner_flag')
+ * const bannerVariation: string = identityFlags.getFeatureValue('banner_flag')
51
52
* @see FlagsmithConfig
53
*/
0 commit comments