We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e16d6c commit 8cd4195Copy full SHA for 8cd4195
src/config.ts
@@ -35,7 +35,7 @@ export function config(): config.Config {
35
export namespace config {
36
// Config type is usable as a object (dot notation allowed), and firebase
37
// property will also code complete.
38
- export type Config = any & { firebase?: firebase.AppOptions };
+ export type Config = { [key: string]: any } & { firebase?: firebase.AppOptions };
39
40
/** @internal */
41
export let singleton: config.Config;
0 commit comments