@azure/data-tables
Version:
An isomorphic client library for the Azure Tables service.
7 lines • 329 B
TypeScript
import type { RawHttpHeaders } from "@azure/core-rest-pipeline";
/**
* @internal
* Builds an object with the required headers for a Transaction request. For both Node and Browser
*/
export declare function getBaseTransactionHeaders(transactionGuid: string): RawHttpHeaders;
//# sourceMappingURL=baseTransactionHeaders.d.ts.map