[typings][typescript]: fix stupid typo I introduced with my last PR that breaks tsc compilation
This commit is contained in:
parent
09fa3b9e31
commit
1770181058
|
@ -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