Rocky_Mountain_Vending/.pnpm-store/v10/files/e8/3a0e754ade2b3dbf66682eabea2083561614058bdc2bbf39c5cc6e14c33aab9365ae8932cce8542aca7fe9674ca2a80f674c29d8628c9b18b659cb29b03ed1
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

6 lines
282 B
Text

import { AwsCredentialIdentityProvider } from "@smithy/types";
import type { FromHttpOptions } from "./fromHttpTypes";
/**
* Creates a provider that gets credentials via HTTP request.
*/
export declare const fromHttp: (options?: FromHttpOptions) => AwsCredentialIdentityProvider;