[typings][typescript]: fix stupid typo I introduced with my last PR that breaks tsc compilation
This commit is contained in:
parent
09fa3b9e31
commit
1770181058
2
lib/index.d.ts
vendored
2
lib/index.d.ts
vendored
@ -643,7 +643,7 @@ declare module "react-native-firebase" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** 3rd party provider Credentials */
|
/** 3rd party provider Credentials */
|
||||||
type AuthCredential {
|
type AuthCredential = {
|
||||||
providerId: string,
|
providerId: string,
|
||||||
token: string,
|
token: string,
|
||||||
secret: string
|
secret: string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user