We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4469c58 commit ddc7a6fCopy full SHA for ddc7a6f
packages/firestore/pipelines/pipelines.d.ts
@@ -14,7 +14,7 @@
14
* See the License for the specific language governing permissions and
15
* limitations under the License.
16
*/
17
-import {PipelineSource, Pipeline} from "../dist/pipelines";
+import { PipelineSource, Pipeline } from '../dist/pipelines';
18
19
// Augument the Firestore and Query classes with the pipeline() method.
20
// This is stripped from dist/lite/pipelines.d.ts during the build
@@ -23,9 +23,6 @@ declare module '@firebase/firestore' {
23
interface Firestore {
24
pipeline(): PipelineSource<Pipeline>;
25
}
26
- interface Query {
27
- pipeline(): Pipeline;
28
- }
29
30
31
-export * from "../dist/pipelines";
+export * from '../dist/pipelines';
0 commit comments