Rocky_Mountain_Vending/.pnpm-store/v10/files/b0/4af23eba82ac767549fe981b7385f03d5b89f1116aca41b92d22c4c5ba7a996b6364028318a8eb82f652475815fbc52dee2e495d61364f9755f46687121c03
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
449 B
Text

import type { Event, EventHint } from './types-hoist/event';
import type { EventProcessor } from './types-hoist/eventprocessor';
/**
* Process an array of event processors, returning the processed event (or `null` if the event was dropped).
*/
export declare function notifyEventProcessors(processors: EventProcessor[], event: Event | null, hint: EventHint, index?: number): PromiseLike<Event | null>;
//# sourceMappingURL=eventProcessors.d.ts.map