Skip to content

Commit 84dcd39

Browse files
authored
fix(datafile accessor): Add datafile accessor method to TS definitions (#564)
Summary: Add new datafile accessor method to TS type definitions Test plan: Manually tested with npm link and local app
1 parent 28260a2 commit 84dcd39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/optimizely-sdk/lib/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ declare module '@optimizely/optimizely-sdk' {
257257
[featureKey: string]: OptimizelyFeature;
258258
};
259259
revision: string;
260+
getDatafile(): string;
260261
}
261262
}
262263

0 commit comments

Comments
 (0)