[types][flow] add missing GetOptions type import

This commit is contained in:
Salakar 2018-07-10 22:44:27 +01:00
parent c023a001a4
commit c35011145b
1 changed files with 6 additions and 1 deletions

View File

@ -13,7 +13,12 @@ import { getNativeModule } from '../../utils/native';
import type Firestore from './'; import type Firestore from './';
import type Path from './Path'; import type Path from './Path';
import type { MetadataChanges, QueryDirection, QueryOperator } from './types'; import type {
MetadataChanges,
QueryDirection,
QueryOperator,
GetOptions,
} from './types';
const DIRECTIONS: { [QueryDirection]: string } = { const DIRECTIONS: { [QueryDirection]: string } = {
ASC: 'ASCENDING', ASC: 'ASCENDING',