Rocky_Mountain_Vending/.pnpm-store/v10/files/5e/fa6d34cb644cc2d30a94ce649507ce3b376a9833fbcc54f5bffed51c151e1ad358b87de9bcd0d917b900dcafe52a1b4a2ea74c3ba2e2bb84c3c360c4b3a7db
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

21 lines
772 B
Text

import type { FieldOptions as __FieldOptions, FieldPosition as __FieldPosition, HeaderBag as __HeaderBag, HttpHandlerOptions as __HttpHandlerOptions, HttpMessage as __HttpMessage } from "@smithy/types";
/**
* @deprecated Use FieldOptions from `@smithy/types` instead
*/
export type FieldOptions = __FieldOptions;
/**
* @deprecated Use FieldPosition from `@smithy/types` instead
*/
export type FieldPosition = __FieldPosition;
/**
* @deprecated Use HeaderBag from `@smithy/types` instead
*/
export type HeaderBag = __HeaderBag;
/**
* @deprecated Use HttpMessage from `@smithy/types` instead
*/
export type HttpMessage = __HttpMessage;
/**
* @deprecated Use HttpHandlerOptions from `@smithy/types` instead
*/
export type HttpHandlerOptions = __HttpHandlerOptions;