Skip to content

Commit 58de3a9

Browse files
committed
fix typescript typings
1 parent cd1a84e commit 58de3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export interface NativeConfig {
2-
[name: string]: string
2+
[name: string]: string | undefined
33
}
44
export const Config: NativeConfig
55
export default Config

0 commit comments

Comments
 (0)