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>
16 lines
1 KiB
Text
16 lines
1 KiB
Text
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
export declare var AuthorizationPendingException$: StaticErrorSchema;
|
|
export declare var CreateTokenRequest$: StaticStructureSchema;
|
|
export declare var CreateTokenResponse$: StaticStructureSchema;
|
|
export declare var ExpiredTokenException$: StaticErrorSchema;
|
|
export declare var InternalServerException$: StaticErrorSchema;
|
|
export declare var InvalidClientException$: StaticErrorSchema;
|
|
export declare var InvalidGrantException$: StaticErrorSchema;
|
|
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
export declare var InvalidScopeException$: StaticErrorSchema;
|
|
export declare var SlowDownException$: StaticErrorSchema;
|
|
export declare var UnauthorizedClientException$: StaticErrorSchema;
|
|
export declare var UnsupportedGrantTypeException$: StaticErrorSchema;
|
|
export declare var SSOOIDCServiceException$: StaticErrorSchema;
|
|
export declare var CreateToken$: StaticOperationSchema;
|