Here is the snippet we use: import type { Config } from ' @optimizely/optimizely-sdk '; type OptimizelyDatafile = Config[' datafile ']; When you import the type, you can see its string | object which is clearly not good enough for the object type,...