diff --git a/types/pouchdb-find/index.d.ts b/types/pouchdb-find/index.d.ts index 47ebf6e3e5..a8f8b95c31 100644 --- a/types/pouchdb-find/index.d.ts +++ b/types/pouchdb-find/index.d.ts @@ -102,6 +102,7 @@ declare namespace PouchDB { interface FindResponse { docs: Array>; + warning?: string; } interface CreateIndexOptions {