Rocky_Mountain_Vending/.pnpm-store/v10/files/ff/880ddcddc739771ff21c43a8f8879e474c391363181973d81d0b9b7986620f91820ccf0b6bb9efa950460cc3fcb52740b7c15f763244a916c2265a5c290313
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
396 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;