[types][flow] add missing GetOptions type import
This commit is contained in:
parent
c023a001a4
commit
c35011145b
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue