diff --git a/index.d.ts b/index.d.ts index ea85045..e1130c9 100644 --- a/index.d.ts +++ b/index.d.ts @@ -10,7 +10,7 @@ declare module 'ldclient-node' { /** * The LaunchDarkly static global. */ - export function init(key: string, user: LDUser, options?: LDOptions): LDClient; + export function init(key: string, options?: LDOptions): LDClient; /** * The types of values a feature flag can have.