We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd650be commit ff86c94Copy full SHA for ff86c94
lib/nano.d.ts
@@ -1109,6 +1109,9 @@ declare namespace nano {
1109
* @see POST docs: {@link http://docs.couchdb.org/en/latest/api/database/common.html#post--db}
1110
* @see PUT docs: {@link http://docs.couchdb.org/en/latest/api/document/common.html#put--db-docid} */
1111
interface DocumentInsertParams {
1112
+ /** Document ID */
1113
+ docName?: string;
1114
+
1115
/** Document’s revision if updating an existing document. Alternative to If-Match header or document key. */
1116
rev?: string;
1117
0 commit comments