UNPKG

347 BTypeScriptView Raw
1import { TimelinePipe } from "@pnp/core";
2import { Queryable } from "@pnp/queryable";
3interface IDigestInfo {
4 expiration: Date;
5 value: string;
6}
7export declare function RequestDigest(hook?: (url: string, init: RequestInit) => IDigestInfo | null | undefined): TimelinePipe<Queryable>;
8export {};
9//# sourceMappingURL=request-digest.d.ts.map
\No newline at end of file