Rocky_Mountain_Vending/.pnpm-store/v10/files/6c/89e7a50d1e7e48f68378e1fd390d06205a6a5f9b3e1145d2adfd2698f10dae16ccc0f649552fee5e7a990661e6649e3cad7d6d91b8fbd7648e1dedbbc94dc6
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
211 B
Text

import { AwsCredentialIdentityProvider } from "@smithy/types";
import { FromHttpOptions } from "./fromHttpTypes";
export declare const fromHttp: (
options?: FromHttpOptions
) => AwsCredentialIdentityProvider;