Rocky_Mountain_Vending/.pnpm-store/v10/files/ba/0ad0195c08a87610a09d94815ef7d52cf9e016da38a7b650c72c9054a7c7dda3ece7c9f95a93afaeeb36cce592e39542357696f7752db28a5f40434e153e39
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
170 B
Text

import { Provider } from "@smithy/types";
export interface AwsRegionExtensionConfiguration {
setRegion(region: Provider<string>): void;
region(): Provider<string>;
}