2
0
mirror of synced 2025-01-20 11:19:36 +00:00

[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

View File

@ -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',