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 cd1a84e commit 58de3a9Copy full SHA for 58de3a9
index.d.ts
@@ -1,5 +1,5 @@
1
export interface NativeConfig {
2
- [name: string]: string
+ [name: string]: string | undefined
3
}
4
export const Config: NativeConfig
5
export default Config
0 commit comments