Rocky_Mountain_Vending/.pnpm-store/v10/files/00/34fdaf904e9c42a0ae9f46327ec303e08948f85e56d3947d0227f2dc513e0acc6e6a82ed3036b787c708c74134a4fcb58a86553a2920caa5eef5d7d304f7b5
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

13 lines
409 B
Text

/**
* @internal
* @deprecated unused for endpointRuleSets.
*/
export interface GetResolvedHostnameOptions {
regionHostname?: string;
partitionHostname?: string;
}
/**
* @internal
* @deprecated unused for endpointRuleSets.
*/
export declare const getResolvedHostname: (resolvedRegion: string, { regionHostname, partitionHostname }: GetResolvedHostnameOptions) => string | undefined;