@azure/search-documents
Version:
Azure client library to use AI Search for node.js and browser.
9 lines • 406 B
TypeScript
import type { OperationOptions } from "@azure-rest/core-client";
/** Optional parameters. */
export interface RetrieveOptionalParams extends OperationOptions {
/** The Accept header. */
accept?: "application/json;odata.metadata=minimal";
/** An opaque, globally-unique, client-generated string identifier for the request. */
clientRequestId?: string;
}
//# sourceMappingURL=options.d.ts.map