mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
[types][flow] add missing GetOptions type import
This commit is contained in:
@@ -13,7 +13,12 @@ import { getNativeModule } from '../../utils/native';
|
||||
|
||||
import type Firestore from './';
|
||||
import type Path from './Path';
|
||||
import type { MetadataChanges, QueryDirection, QueryOperator } from './types';
|
||||
import type {
|
||||
MetadataChanges,
|
||||
QueryDirection,
|
||||
QueryOperator,
|
||||
GetOptions,
|
||||
} from './types';
|
||||
|
||||
const DIRECTIONS: { [QueryDirection]: string } = {
|
||||
ASC: 'ASCENDING',
|
||||
|
||||
Reference in New Issue
Block a user