Rocky_Mountain_Vending/.pnpm-store/v10/files/50/deb87bc0a4c977e0aaf42f34575d1b5f525f19a9ef2e6a6bfb6d0244a9102b98267e0357094f52c55fb3c4f58d35e637f298e38162767f798c74d4f3867a1e
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
282 B
Text

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