Rocky_Mountain_Vending/.pnpm-store/v10/files/1b/3644ced213cbb303f111626cafd9206d7e2097581f504d20949fd4f072090c795af771ecf578bfd3e318639eba23e53d922516578ce3d50d627fcdacc3536d
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

12 lines
316 B
Text

import { DefaultsMode } from "@smithy/smithy-client";
import { Provider } from "@smithy/types";
/**
* @internal
*/
export declare const DEFAULTS_MODE_OPTIONS: string[];
/**
* @internal
*/
export interface ResolveDefaultsModeConfigOptions {
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
}