@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
6 lines • 324 B
TypeScript
import type { HTTPMethod } from "../common/index.js";
import { ResourceType } from "../common/index.js";
export declare function generateHeaders(masterKey: string, method: HTTPMethod, resourceType?: ResourceType, resourceId?: string, date?: Date): Promise<{
[x: string]: string;
}>;
//# sourceMappingURL=headers.d.ts.map