1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00
This commit is contained in:
Adria Navarro 2024-03-20 12:27:21 +01:00
parent 7c05ec3b50
commit 4844e24efe

View file

@ -1,6 +1,6 @@
import type Nano from "@budibase/nano"
// @ts-ignore this import is actually used
import type PouchDB from "pouchdb"
import type PouchDB from "pouchdb-find"
import {
AllDocsResponse,
AnyDocument,
@ -9,7 +9,6 @@ import {
ViewTemplateOpts,
} from "../"
import { Writable } from "stream"
import PouchDB from "pouchdb-find"
export enum SearchIndex {
ROWS = "rows",