[perm][ts] Cleanup
This commit is contained in:
parent
2ba6e15ea7
commit
4c383d278b
|
@ -92,7 +92,7 @@ declare module 'react-native-firebase' {
|
||||||
links(): RNFirebase.links.Links;
|
links(): RNFirebase.links.Links;
|
||||||
messaging(): RNFirebase.messaging.Messaging;
|
messaging(): RNFirebase.messaging.Messaging;
|
||||||
notifications(): RNFirebase.notifications.Notifications;
|
notifications(): RNFirebase.notifications.Notifications;
|
||||||
// perf(): RNFirebase.perf.Performance;
|
perf(): RNFirebase.perf.Performance;
|
||||||
storage(): RNFirebase.storage.Storage;
|
storage(): RNFirebase.storage.Storage;
|
||||||
// utils(): RNFirebase.utils.Utils;
|
// utils(): RNFirebase.utils.Utils;
|
||||||
readonly name: string;
|
readonly name: string;
|
||||||
|
@ -1568,7 +1568,6 @@ declare module 'react-native-firebase' {
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace perf {
|
namespace perf {
|
||||||
|
|
||||||
type HttpMethod =
|
type HttpMethod =
|
||||||
| 'CONNECT'
|
| 'CONNECT'
|
||||||
| 'DELETE'
|
| 'DELETE'
|
||||||
|
|
Loading…
Reference in New Issue