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>
12 lines
816 B
Text
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;
|