Rocky_Mountain_Vending/.pnpm-store/v10/files/9d/bb4d138117a3f85da427bb55cb1f07fe65c090cc2d394aeefb16163e206163ffeccc0657ba6c2bcc0b4cc44e3ff84ca1358c86009343431e8e08d306a25ccb
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

4 lines
No EOL
388 B
Text

declare function markFieldsDirty<T>(data: T, fields?: Record<string, any>): Record<string, any>;
export default function getDirtyFields<T>(data: T, formValues: T, dirtyFieldsFromValues?: Record<Extract<keyof T, string>, ReturnType<typeof markFieldsDirty> | boolean>): Record<Extract<keyof T, string>, boolean | Record<string, any>>;
export {};
//# sourceMappingURL=getDirtyFields.d.ts.map