Rocky_Mountain_Vending/.pnpm-store/v10/files/8f/82c9405e5dce06aa6c8ccf25843c16a1b00bb7d8aa45e2b692a8081217717d6e94ffa49f4f23af05e0a8df8ebbf794ef8cac4876f29a717b7bc492fc6d11de
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
234 B
Text

import { AwsHandlerExecutionContext, AwsSdkFeatures } from "@aws-sdk/types";
export declare function setFeature<F extends keyof AwsSdkFeatures>(
context: AwsHandlerExecutionContext,
feature: F,
value: AwsSdkFeatures[F]
): void;