exports the AuthCredential type
This commit is contained in:
parent
098edb35b5
commit
e41397b904
|
@ -5,7 +5,7 @@
|
|||
|
||||
declare module 'react-native-firebase' {
|
||||
/** 3rd party provider Credentials */
|
||||
type AuthCredential = {
|
||||
export type AuthCredential = {
|
||||
providerId: string;
|
||||
token: string;
|
||||
secret: string;
|
||||
|
|
Loading…
Reference in New Issue