diff --git a/typings.d.ts b/typings.d.ts index a3bd0d5..10fa7e8 100644 --- a/typings.d.ts +++ b/typings.d.ts @@ -345,8 +345,9 @@ declare module 'launchdarkly-js-sdk-common' { /** * A unique string identifying a context. + * This value must be set unless the context is anonymous. */ - key: string; + key?: string; /** * The context's name.