Rocky_Mountain_Vending/.pnpm-store/v10/files/74/20df1f7ceb4820813bb63e469c0eae934a6d7e322fa7474d8c314a6b72833b7d88c3931888c988ffc0b6f99c8836bbe5989a8ec1f11d5420fce04da90565e2
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

3 lines
264 B
Text

import type { Metadata } from '../types/metadata-interface';
import type { AbsoluteTemplateString } from '../types/metadata-types';
export declare function resolveTitle(title: Metadata['title'], stashedTemplate: string | null | undefined): AbsoluteTemplateString;