2
0
mirror of synced 2025-02-03 18:14:10 +00:00

[firestore][js] Correct flow type

This commit is contained in:
Chris Bianca 2017-11-16 16:54:42 +00:00
parent 1b6e4cbaad
commit 5c43c88f6a

View File

@ -45,7 +45,7 @@ type QueryOptions = {
}
export type Operator = '<' | '<=' | '=' | '==' | '>' | '>=';
type QueryListenOptions = {
includeQueryMetadataChanges: boolean,
includeDocumentMetadataChanges: boolean,
includeQueryMetadataChanges: boolean,
}