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:28:39 +01:00
parent 4844e24efe
commit 4a5efbb0e4

View file

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