UNPKG

273 BTypeScriptView Raw
1import { HTTPMethod, ResourceType } from "../common";
2export declare function generateHeaders(masterKey: string, method: HTTPMethod, resourceType?: ResourceType, resourceId?: string, date?: Date): Promise<{
3 [x: string]: string;
4}>;
5//# sourceMappingURL=headers.d.ts.map
\No newline at end of file