Rocky_Mountain_Vending/.pnpm-store/v10/files/a5/f1dc7bf8a9a9f05a17d14726c1f91ef50bd8e2ac7bab56a1e7ed056105698d31bc549da999bcbc196d3da30f12b64bd5af15f19943b84faf0e20c864110f04
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

7 lines
No EOL
310 B
Text

import { TimestampProvider } from '../types';
interface PerformanceTimestampProvider extends TimestampProvider {
delegate: TimestampProvider | undefined;
}
export declare const performanceTimestampProvider: PerformanceTimestampProvider;
export {};
//# sourceMappingURL=performanceTimestampProvider.d.ts.map