Rocky_Mountain_Vending/.pnpm-store/v10/files/a4/db4585703696fed69d2084edbc6235544143de42d9df4b6d80f30c6956f343032a9c8f8641b98c4f0619b386f76d38b9b014f0191bf5709afae13d4c897488
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

5 lines
255 B
Text

import type { ChecksumConstructor, HashConstructor, HttpRequest } from "@smithy/types";
/**
* @internal
*/
export declare const getPayloadHash: ({ headers, body }: HttpRequest, hashConstructor: ChecksumConstructor | HashConstructor) => Promise<string>;