Rocky_Mountain_Vending/.pnpm-store/v10/files/78/a6799632ef23c5d68c599bef364e67b37871ce5c59875a71c32202afccf139a549521297460a919222bebf8f80d4e0d93c6fc50cd5a8f04795f80665eac0b9
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

8 lines
236 B
Text

import type { ClientProtocol, SerdeContext, UrlParser } from "@smithy/types";
/**
* @internal
*/
export type PreviouslyResolved = Omit<SerdeContext & {
urlParser: UrlParser;
protocol: ClientProtocol<any, any>;
}, "endpoint">;