Rocky_Mountain_Vending/.pnpm-store/v10/files/30/c3faa5fc347f8354ceb2b26120010c6c93114233ef6970444e19974bea9389466438a81e0bf432e7d2bbd4ed0cedb933b9847e1eba698dfc5e566815702df3
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

2 lines
191 B
Text

import type { Mutable, ReadonlyReducerState, ReducerState } from './router-reducer-types';
export declare function handleMutable(state: ReadonlyReducerState, mutable: Mutable): ReducerState;