[typings][typescript]: fix stupid typo I introduced with my last PR that breaks tsc compilation

This commit is contained in:
Daniel Waller 2018-01-26 13:34:06 +01:00
parent 09fa3b9e31
commit 1770181058
1 changed files with 2 additions and 2 deletions

4
lib/index.d.ts vendored
View File

@ -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
@ -1034,7 +1034,7 @@ declare module "react-native-firebase" {
*/ */
onLink(listener: (url) => void): () => void; onLink(listener: (url) => void): () => void;
} }
/** /**
* Configuration when creating a Dynamic Link (standard or short). For * Configuration when creating a Dynamic Link (standard or short). For
* more information about each parameter, see the official Firebase docs: * more information about each parameter, see the official Firebase docs: