From 17701810588b0cab4380de7382e0d9b632188738 Mon Sep 17 00:00:00 2001 From: Daniel Waller Date: Fri, 26 Jan 2018 13:34:06 +0100 Subject: [PATCH] [typings][typescript]: fix stupid typo I introduced with my last PR that breaks tsc compilation --- lib/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/index.d.ts b/lib/index.d.ts index 8d300c6f..117ca16e 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -643,7 +643,7 @@ declare module "react-native-firebase" { } /** 3rd party provider Credentials */ - type AuthCredential { + type AuthCredential = { providerId: string, token: string, secret: string @@ -1034,7 +1034,7 @@ declare module "react-native-firebase" { */ onLink(listener: (url) => void): () => void; } - + /** * Configuration when creating a Dynamic Link (standard or short). For * more information about each parameter, see the official Firebase docs: