Rocky_Mountain_Vending/.pnpm-store/v10/files/0d/a580ad6a59bbafdf1c70c5976f2e94dd78c8c731a44f18a4ed536a8e6404c592f4da2f24b16e375f65c4f4d8909743548f99538ace0a5bb0e4844616193b3d
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

7 lines
132 B
Text

export { MetadataBearer, ResponseMetadata } from "@smithy/types";
/**
* @internal
*/
export interface Response {
body: any;
}