Rocky_Mountain_Vending/.pnpm-store/v10/files/18/e2e57408d6598b62e3fc2b9d461a8a75050ad7fde6c592ecc9e38fc5d992b2184ac230c24f250054798ef216088394a54f9ac5fee3528d0444c9f323d27fe3
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
418 B
Text

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