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
516 B
Text
16 lines
516 B
Text
import type { ParsedIniData as __ParsedIniData, Profile as __Profile, SharedConfigFiles as __SharedConfigFiles } from "@smithy/types";
|
|
/**
|
|
* @internal
|
|
* @deprecated Use Profile from "\@smithy/types" instead
|
|
*/
|
|
export type Profile = __Profile;
|
|
/**
|
|
* @internal
|
|
* @deprecated Use ParsedIniData from "\@smithy/types" instead
|
|
*/
|
|
export type ParsedIniData = __ParsedIniData;
|
|
/**
|
|
* @internal
|
|
* @deprecated Use SharedConfigFiles from "\@smithy/types" instead
|
|
*/
|
|
export type SharedConfigFiles = __SharedConfigFiles;
|