Rocky_Mountain_Vending/.pnpm-store/v10/files/14/ba3d75a6ba00fe3d61aae45f138767e1ac5bbcea4da776c06f8732b3298a4dfb37cf84aff2843a44920f68ec7e16a3eed61132d68d6f69ea9cdaf31f43cfb5
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

5 lines
210 B
Text

import type { ContextFn, Interval, NormalizedInterval } from "../types.js";
export declare function normalizeInterval(
context: ContextFn<Date> | undefined,
interval: Interval,
): NormalizedInterval<Date>;