Rocky_Mountain_Vending/.pnpm-store/v10/files/f0/74dc77524d9b02a73b9f9e1e7338877f90877c5575667b58eb4cf744319a22cedb52333468f7747ee04e69e7ffbea48cdafe3cd49cd46e2248df63499cf27b
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

16 lines
818 B
Text

import {
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;