[firestore][js] Correct flow type
This commit is contained in:
parent
1b6e4cbaad
commit
5c43c88f6a
|
@ -45,7 +45,7 @@ type QueryOptions = {
|
||||||
}
|
}
|
||||||
export type Operator = '<' | '<=' | '=' | '==' | '>' | '>=';
|
export type Operator = '<' | '<=' | '=' | '==' | '>' | '>=';
|
||||||
type QueryListenOptions = {
|
type QueryListenOptions = {
|
||||||
includeQueryMetadataChanges: boolean,
|
includeDocumentMetadataChanges: boolean,
|
||||||
includeQueryMetadataChanges: boolean,
|
includeQueryMetadataChanges: boolean,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue