mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Update index.d.ts
This commit is contained in:
1
types/solr-client/index.d.ts
vendored
1
types/solr-client/index.d.ts
vendored
@@ -160,6 +160,7 @@ export interface Client {
|
||||
post(handler: string, query: Query | object | string, callback?: (err: Error, data: object) => void): ClientRequest;
|
||||
escapeSpecialChars(s: string): string;
|
||||
query(): Query;
|
||||
atomicUpdate(doc: object, callback?: (err: Error, data: object) => void): ClientRequest;
|
||||
}
|
||||
|
||||
export as namespace Solr;
|
||||
|
||||
Reference in New Issue
Block a user