79704362

Date: 2025-07-17 06:32:24
Score: 1
Natty:
Report link

You want to replace "module-name" with ACTUAL module name:


declare module "launchdarkly-js-sdk-common" {
  export interface LDFlagSet {
    "your-flag": boolean;
    anotherOne: string;
  }
}

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: DamianoPantani