The previous key name "storeBrowserAccess" was apparently updated to "storeConsoleAccess", because the former produces the following error:
Argument of type '{ storeBrowserAccess: boolean; }' is not assignable to parameter of type 'Partial<Config>'.
Object literal may only specify known properties, and 'storeBrowserAccess' does not exist in type 'Partial<Config>'.ts(2345)
The previous key name "storeBrowserAccess" was apparently updated to "storeConsoleAccess", because the former produces the following error: