Rocky_Mountain_Vending/.pnpm-store/v10/files/02/e39335ae7ac5d087e0326df82d61a1e2a567511df4cb909897bfeeb027c7adb21f2a225e05ce9f3ed45a0cbef2abc7e86d1920eed4d0005d7440116b379f5a
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

6 lines
213 B
Text

export declare const previousDayWithOptions: import("./types.js").FPFn3<
Date,
import("../previousDay.js").PreviousDayOptions<Date> | undefined,
import("../fp.js").Day,
import("../fp.js").DateArg<Date>
>;