Merge pull request #783 from danielw93/master
[typings][typescript]: fix stupid typo that breaks tsc compilation
This commit is contained in:
commit
f6ff56289c
|
@ -643,7 +643,7 @@ declare module "react-native-firebase" {
|
|||
}
|
||||
|
||||
/** 3rd party provider Credentials */
|
||||
type AuthCredential {
|
||||
type AuthCredential = {
|
||||
providerId: string,
|
||||
token: string,
|
||||
secret: string
|
||||
|
|
Loading…
Reference in New Issue