From 5bc0d06d5538b268fbd287b561e27f8488c1538b Mon Sep 17 00:00:00 2001 From: Brendan Telzrow Date: Wed, 29 Aug 2018 13:41:56 -0500 Subject: [PATCH] fix LDFlagsState interface --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index b5f5be8..b94a870 100644 --- a/index.d.ts +++ b/index.d.ts @@ -51,7 +51,7 @@ declare module 'ldclient-node' { * An object that contains the state of all feature flags, generated by the client's * allFlagsState() method. */ - export interface LDFlagsState = { + export interface LDFlagsState { /** * True if this object contains a valid snapshot of feature flag state, or false if the * state could not be computed (for instance, because the client was offline or there