Rocky_Mountain_Vending/.pnpm-store/v10/files/75/aa2dea46a8d3bc766b708290f1b7df7fe28c60885fedc86270a4f9f008e3c3228aaa1032d82948b420311d1f25b52c6d09813fa9e8559d35ac9843e2c64820
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

13 lines
409 B
Text

import type { HttpResponse, SerdeContext } from "@smithy/types";
/**
* @internal
*/
export declare const parseXmlBody: (streamBody: any, context: SerdeContext) => any;
/**
* @internal
*/
export declare const parseXmlErrorBody: (errorBody: any, context: SerdeContext) => Promise<any>;
/**
* @internal
*/
export declare const loadRestXmlErrorCode: (output: HttpResponse, data: any) => string | undefined;