UNPKG

313 BTypeScriptView Raw
1import { ITypedHash } from "@pnp/common";
2export declare function body<T = unknown, U = any>(o: U, previous?: T): T & {
3 body: string;
4};
5export declare function headers<T = unknown, U extends ITypedHash<string> = {}>(o: U, previous?: T): T & {
6 headers: U;
7};
8//# sourceMappingURL=request-builders.d.ts.map
\No newline at end of file