Rocky_Mountain_Vending/.pnpm-store/v10/files/d4/6e3da88bf932656329c6255599de60f8fab7e86ab57f1b9139634e11901152722859279011384eca356c933617bdb1596e9e4748c3c32547d90f1252783658
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

6 lines
279 B
Text

import type { Logger } from "@smithy/types";
import type { InstanceMetadataCredentials } from "../types";
/**
* @internal
*/
export declare const getExtendedInstanceMetadataCredentials: (credentials: InstanceMetadataCredentials, logger: Logger) => InstanceMetadataCredentials;