Rocky_Mountain_Vending/.pnpm-store/v10/files/af/77ab10cc4e480b2f59e25cf5e871b786c63fc27bc840e4f5cea101362130e90e4e1303b25074ea6a7b2e8cf6d0f3ddcdcedc205b61614823df5697b8021d7b
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

12 lines
816 B
Text

import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
export declare var AccessDeniedException$: StaticErrorSchema;
export declare var AccessToken$: StaticStructureSchema;
export declare var CreateOAuth2TokenRequest$: StaticStructureSchema;
export declare var CreateOAuth2TokenRequestBody$: StaticStructureSchema;
export declare var CreateOAuth2TokenResponse$: StaticStructureSchema;
export declare var CreateOAuth2TokenResponseBody$: StaticStructureSchema;
export declare var InternalServerException$: StaticErrorSchema;
export declare var TooManyRequestsError$: StaticErrorSchema;
export declare var ValidationException$: StaticErrorSchema;
export declare var SigninServiceException$: StaticErrorSchema;
export declare var CreateOAuth2Token$: StaticOperationSchema;