exports the AuthCredential type

This commit is contained in:
Gustavo Brunoro 2018-08-13 20:22:11 -03:00
parent 098edb35b5
commit e41397b904
1 changed files with 1 additions and 1 deletions

2
src/index.d.ts vendored
View File

@ -5,7 +5,7 @@
declare module 'react-native-firebase' {
/** 3rd party provider Credentials */
type AuthCredential = {
export type AuthCredential = {
providerId: string;
token: string;
secret: string;